https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32401
--- Comment #5 from David Cook <[email protected]> --- (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. _______________________________________________ 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/
