[Koha-bugs] [Bug 35284] No more delay between 2 DT requests

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 9 15:19:45 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35284

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|koha-bugs at lists.koha-commun |jonathan.druart+koha at gmail.
                   |ity.org                     |com

--- Comment #12 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
(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.


More information about the Koha-bugs mailing list