https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24533 Jan Kissig <bibliothek@th-wildau.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #188872|0 |1 is obsolete| | Attachment #188873|0 |1 is obsolete| | --- Comment #20 from Jan Kissig <bibliothek@th-wildau.de> --- Created attachment 189629 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=189629&action=edit Bug 24533: Switch to aDataSort for multi-column sorting This patch adds aDataSort configurations for each sortable column such that we always maintain the group sorting primarily and apply a secondary sort using the column in question. When sorting by due date you are much more likely to want the true date sorting without forcing a primary sort on the grouping column. We achieve that by removing the primary sort on checkout date and disable rowGrouping in such a case. Signed-off-by: Magnus Enger <magnus@libriotech.no> Works as advertised. When sorting on "Due date", the grouping by "Previous/Today's checkouts" is disabled. Signed-off-by: Jan Kissig <bibliothek@th-wildau.de> -- You are receiving this mail because: You are watching all bug changes.