Bug 40312

Summary: List contents are not sortable in staff interface
Product: Koha Reporter: Tobias Reimann <T.Reimann95>
Component: ListsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: dcook, m.de.rooy
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37434
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40487
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Tobias Reimann 2025-07-06 23:01:50 UTC
To verify: In staff client, create a list with several items and display it. CLick on a title of a column. 
Actual Results: no changes
Expected Results: The column and the table is sorted

Additional Information: started after update on 25.05
Comment 1 David Cook 2025-07-24 02:14:32 UTC
It's working for me in the main branch. Hopefully someone can take a look at 25.05 more specifically.
Comment 2 David Cook 2025-07-24 02:19:47 UTC
Actually, I think I misunderstood you.

The sorting for the "list of lists" is working, but the sorting for the records in a list (ie the list contents) is not working.

I can confirm that. The "Title", "Author", "Date added", and "Call number" columns are all stuck in "direction=asc", and... I'm not convinced that is actually doing anything either, because my records appear to be in ascending biblionumber order.
Comment 3 David Cook 2025-07-24 02:26:58 UTC
Oh boy... looks like a lot of different bugs in the lists in staff interface...