https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39406
--- Comment #4 from Michaela Sieber <[email protected]> --- We seems that the problem is the column 0 (which is the column with the checkboxes) As Jonathan mentioned this column should be sorted descending (which means it would be sorted by serialid desc) Maybe this is a bug in the new DataTables version because column 0 ist declared as not sortable? The new DataTables version was intruduced in Koha version 24.11 (see bug 36640) We suggest to sort the table by column 1, which is the date published. It should NOT be sorted by column 3 because this is the date received. To change the sorting to the publication date is comprehensible for users and it gives the user the opportunity to change the sorting of the serial issues by editing the Date published. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
