[Koha-bugs] [Bug 14699] Intranet search history issues due to DataTables pagination

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 20 15:43:09 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14699

--- Comment #1 from Julian Maurice <julian.maurice at biblibre.com> ---
Created attachment 41734
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41734&action=edit
Bug 14699: Fix intranet search history issues due to pagination

DataTables removes hidden rows from the DOM. Because of that, "Select
all", "Clear all" and the form submission don't work correctly
(basically they act only on the currently displayed page).

This patch fixes just that.

Test plan:
1/ Go to your search history page
2/ Make you sure you have at least 21 entries in your search history. If
not, do some searches and come back here.
3/ Click "Select all" and change page. The checkboxes on the new page
should be checked.
4/ Check some checkboxes on this new page and click "Clear all". Go back
to the previous page, checkboxes shouldn't be checked.
5/ Check some checkboxes on at least 2 different pages and click
"Delete". All selected search history entries should be deleted.

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


More information about the Koha-bugs mailing list