https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41172 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |jonathan.druart@gmail.com |ity.org | Summary|Checkouts table does not |Improve grouping and |have the sort icon |sorting on the checkouts |indicator |table Status|NEW |In Discussion Severity|normal |enhancement CC| |martin.renvoize@openfifth.c | |o.uk --- Comment #5 from Jonathan Druart <jonathan.druart@gmail.com> --- I was back to this bug and noticed that the sorting indicator was now correct. However I have noticed several things that could be improved using the original idea of the first patches: 1. Do not use orderData so we don't have to keep the ID of the columns in sync 2. Remove the 2 columns used for sorting dates (not needed with data: {_,sort}) 3. Keep the grouping on Today/Previous using orderFixed 4. Do not use ID of the due_date column to hide/show the grouping feature. Martin, can you have a quick look please? If you agree I can apply this change to the other tables in this file. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.