[Koha-bugs] [Bug 28349] Date sorting incorrect in some tables

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 13 14:10:13 CEST 2021


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

--- Comment #9 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Created attachment 126179
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126179&action=edit
Bug 28349: [DO NOT PUSH] Recreate the problem

You can apply this patch to recreate the problem.
NoSort is removed from the default DT settings but we are passing it
from the KohaTable constructor. We are then expecting the first column
(the checkbox) to not be orderable.
Without the fix, the parameter is not taken into account (ie. not
correctly merged into the DT default parameters).

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


More information about the Koha-bugs mailing list