Bug 38778

Summary: Allow for custom sort order in holdshistory table
Product: Koha Reporter: Lucas Gass (lukeg) <lucas>
Component: PatronsAssignee: Lucas Gass (lukeg) <lucas>
Status: Signed Off --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: felicie.thiery, gmcharlt, kebliss, kyle.m.hall
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: Trivial patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 38778: Add default_sort_order to holdshistory table
Bug 38778: Add default_sort_order to holdshistory table

Description Lucas Gass (lukeg) 2024-12-23 18:14:33 UTC
Holds history defaults to a sort of 'Library', some would find to useful to have a different sort order for this table.
Comment 1 Lucas Gass (lukeg) 2024-12-23 18:17:42 UTC
Created attachment 175914 [details] [review]
Bug 38778: Add default_sort_order to holdshistory table

To test:
1. APPLY PATCH, restart_all
2. If you are saving the configuration state you need to clear cookies/cache
3. To go Table settings, find the holdshistory table
4. Try applying some different "Default sort order:"
5. Find a patron with a holds history and make sure the default sort order is working
Comment 2 ByWater Sandboxes 2025-01-09 20:25:07 UTC
Created attachment 176303 [details] [review]
Bug 38778: Add default_sort_order to holdshistory table

To test:
1. APPLY PATCH, restart_all
2. If you are saving the configuration state you need to clear cookies/cache
3. To go Table settings, find the holdshistory table
4. Try applying some different "Default sort order:"
5. Find a patron with a holds history and make sure the default sort order is working

Signed-off-by: William Lavoie <william.lavoie@inLibro.com>