https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41439

--- Comment #12 from Martin Renvoize (ashimema) 
<[email protected]> ---
Created attachment 190646
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=190646&action=edit
Bug 41439: Fix form submission for hidden column inputs

When using the column visibility toggles, only inputs in the
currently visible columns were being submitted with the form.
This meant that if a user edited a value in "Checkouts" view,
then switched to "Holds" view to edit another value, only the
holds values would be saved.

This patch adds a form submit handler that temporarily shows
all columns before form submission, ensuring all input values
are included regardless of which view is currently active.

Test plan:
1. Navigate to Administration > Circulation and fine rules
2. Click "Checkouts" button
3. Enter a value in "Current checkouts allowed" field
4. Click "Holds" button
5. Enter a value in "Holds allowed (total)" field
6. Click Save
7. Verify both values are saved (previously only the holds
   value would be saved)

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to