https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14699 --- Comment #8 from Julian Maurice <julian.maurice@biblibre.com> --- (In reply to Owen Leonard from comment #7)
(In reply to Nick Clemens from comment #6)
2 - Select all searches but respect filters. If I filter down to 8 searches it should select only those. If my filter finds 21 searches (default 20 visible) it should select all 21, but not searches limited by filter. Labels would say "With ## selected searches: delete"
I think this is the correct goal. With a filtered result clicking "select all" shouldn't select lines which are not visible because of the filter. However, with a filtered or unfiltered result clicking "select all" should select records across all pages.
I think there is a problem with this solution: we can't do that with AJAX-paginated tables. It's not the case of this particular table, but if we want to have a consistent behaviour for all the "Select all/Clear all" buttons we must do something that is possible on every table. So, for this particular table I suggest to keep the current behaviour, change only the labels to "Select all visible rows" or something similar, and maybe add an action "Clear all history" ? -- You are receiving this mail because: You are watching all bug changes.