https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43267
Andrew Fuerste-Henry <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #6 from Andrew Fuerste-Henry <[email protected]> --- (In reply to Jonathan Druart from comment #3) > 5. Change the DataTable's page, or filter/search within it, and repeat > => Confirm the count and the sent values update to the number of visible > records When I enter something into the filter/search bar, the batch operations then act on all the results that match my search value, not just those on the screen. What I did on KTD: - run query "select * from biblio" - get 436 results - switch to DataTables - confirm it's showing me 20 results and wanting to send only those 20 to batch actions - enter "the" in the search/filter bar - confirm it now says "Showing 1 to 20 of 170 entries (filtered from 436 total entries)" and is only showing 20 titles - but the batch action button says "Batch operations with 170 visible records" - using the batch operations button for batch delete sends 170 records, not the 20 on the screen -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
