https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38827
Jake Deery <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #176147|0 |1 is obsolete| | --- Comment #2 from Jake Deery <[email protected]> --- Created attachment 176162 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=176162&action=edit Bug 38827: DataTables - Do not filter when inputs lose focus On a table using DataTables and the REST API wrapper with the column filters, if one input is used to filter the table the query will be made twice: when the user stopped typing and when the input will lose the focus. Test plan: Search for patron Open the dev console, "Network" tab In the "Card" column filter enter "0000" Notice that the table is filtered and that a request has been made Click outside of the "Card" input => Without this patch another request (the same) is made and the table updated => With this patch applied no request is made when the input loses the focus. Signed-off-by: Jake Deery <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
