[Bug 11203] Datatables in acqusitions do not ignore "stopwords" in titles
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11203 --- Comment #15 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to Owen Leonard from comment #14)
I didn't get far into this before running into Bug 16089, but I did find that sorting on acqui/basket.pl wasn't correct. I'm curious why you use
{ "sType": "anti-the", "aTargets": [ 0 ] }
...instead of...
{ "sType": "anti-the", "aTargets": [ "anti-the" ] }
...with a class on the <th>: <th class="anti-the">
I find that much simpler to work with because you don't have to account for columns being conditionally included or not.
Only because the existant aTargets used indexes, but I think your suggestion is a better idea! -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org