Summary: | Allow for custom sort order in holdshistory table | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | Patrons | Assignee: | Lucas Gass (lukeg) <lucas> |
Status: | Signed Off --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | baptiste.wojtkowski, david, 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: |
This enhancement adds the "Default sort order" option to the patron's holds history table in the staff interface.
(Set at Koha administration > Additional parameters > Table settings > Patrons > holdshistory.)
|
|
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 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
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 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> Created attachment 183616 [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 NOTE: If "Save configuration state on page change:" is on for this table you might want to turn it off for testing this bug. Created attachment 183634 [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 NOTE: If "Save configuration state on page change:" is on for this table you might want to turn it off for testing this bug. Signed-off-by: David Nind <david@davidnind.com> |