[Koha-bugs] [Bug 18747] Select All in Add Patron Option in Patron Lists only selects the first 20 entries

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 27 18:16:32 CEST 2021


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

--- Comment #6 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 124193
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=124193&action=edit
Bug 18747: Select All in Add Patron Option in Patron Lists only selects the
first 20 entries

This patch corrects the JavaScript functions for the "select all" and
"clear all" action when viewing patrons in a list. Before this
correction, checkboxes which were previously in hidden table rows would
not be checked.

To test, apply the patch and go to Patrons -> Patron Lists

- View a patron list
- If necessary, add multiple patrons to the list so that the number
  exceeds 20.
- Change the number of entries shown by the DataTable: Show [ 50 ]
  entries.
- Click "Select all." All visible checkboxes should be checked.
- Click "Clear all." All checkboxes should be unchecked.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list