https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35284
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |jonathan.druart+koha@gmail. |ity.org |com --- Comment #12 from Jonathan Druart <[email protected]> --- (In reply to David Nind from comment #11) > Not sure how to test. > > The tests pass before and after the patch is applied (prove > t/db_dependent/selenium/patrons_search.t - with ktd started with ktd > --selenium up). > > Is that sufficient for signing off? Please test the global search and the column filtering on the different tables: 1. patrons search (specific initComplete) 2. cities (no specific initComplete) 3. tables in Vue apps: ERM or preservation modules (using KohaTable.vue) 4. Other tables not using the REST API (should not be using by the delay) The delay is 500ms. The global search should hit a search (refresh of the table) 500ms after you hit the last key. The column filtering hit a search every 500ms (no matter if you are still typing). -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
