13 Oct
2021
13 Oct
'21
2:10 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28349 --- Comment #9 from Jonathan Druart <jonathan.druart+koha@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.