https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28366
Kyle M Hall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #147979|0 |1 is obsolete| | --- Comment #4 from Kyle M Hall <[email protected]> --- Created attachment 148688 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=148688&action=edit Bug 28366: Add batch patron modification to patron search results This patch adds the ability to send selected patrons for batch modification. It does this by adding a hidden form which is populated from the borrowernumbers stored in the browser's localStorage when selections are made. To test, apply the patch and perform a patron search in the staff client which will return multiple pages of results. - Select a patron on the first page of results. - The "Add to patron list" and "Batch patron modification" buttons should become active, and the "Patrons selected" box should show "1" - After checking another checkbox the "Merge selected patrons" button should activate and the "selected" count should increment. - Test making selections on other pages of results. The "selected" count should continue to increment. - Test the "Batch patron modification" button, confirming that all the patrons you selected are correctly passed to the batch patron modification tool. - Test that the "Clear" control works correctly to clear all checkboxes and disable all other buttons. - Test that the "Select all" and "Clear all" controls work correctly, enabling all buttons and correctly incrementing the "selected" count. Signed-off-by: Laura Escamilla <[email protected]> Signed-off-by: Kyle M Hall <[email protected]> -- 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/
