[Koha-bugs] [Bug 11203] Datatables in acqusitions do not ignore "stopwords" in titles

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 17 14:53:19 CET 2016


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

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #14 from Owen Leonard <oleonard at myacpl.org> ---
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.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list