[Koha-bugs] [Bug 32401] x-koha-query cannot contain non-ISO-8859-1 values

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 6 07:10:29 CET 2022


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

--- Comment #5 from David Cook <dcook at prosentient.com.au> ---
(In reply to Jonathan Druart from comment #3)
> I had a look at datatables.js and it seems safe to remove the related code
> there, we never pass query_parameters.

Although we may not pass query_parameters, it seems that we create them within
datatables.js when using header_filter:

669                                     if(options.header_filter) {
670                                         options.query_parameters =
query_parameters;
671                                     } else {
672                                         dataSet.q = query_parameters;
673                                         delete options.query_parameters;
674                                     }

-- 
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