https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42023 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CONFIRMED --- Comment #1 from David Cook <dcook@prosentient.com.au> --- Finally taking a look at this... Looks like the "Sort this list by" options when creating a list in the OPAC nearly match those from the staff interface (OPAC uses "Year" whereas staff interface uses "Copyrightdate"). The "Sort this list by" options for the staff interface match the options in the datatable. Yeah... that's something... -- Currently: OPAC new list: - Title - Author - Year - Call number - Date added OPAC existing list: - Default sort - Author (A-Z) - Author (Z-A) - Title (A-Z) - Title (Z-A) - Call number (A-Z) - Call number (Z-A) - Copyright date (newest to oldest) - Copyright date (oldest to newest) - Date added (newest to oldest) - Date added (oldest to newest) Staff interface new list / existing list: - Title - Author - Copyrightdate - Call number - Date added -- So I guess the options are broadly the same except that the OPAC existing list has both ascending and descending options... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.