https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37334
--- Comment #264 from Jonathan Druart <jonathan.dru...@gmail.com> --- Created attachment 182665 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182665&action=edit Bug 37334: Fix conflict with bug 39473 Bug 39473 added ^ and $ to options of the dropdown lists from the column filters. They are removed and replaced with "exact" later in the code (using build_query). But in the case of "_status", we do no get this code as it's not a regular column (it does not have "data" attribute), but an additional filters. I don't think this fix is ideal, but we are too close to the release to rework datatables.js -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list Koha-bugs@lists.koha-community.org 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/