Bugzilla – Attachment 183634 Details for
Bug 38778
Allow for custom sort order in holdshistory table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38778: Add default_sort_order to holdshistory table
Bug-38778-Add-defaultsortorder-to-holdshistory-tab.patch (text/plain), 1.38 KB, created by
David Nind
on 2025-06-29 19:56:40 UTC
(
hide
)
Description:
Bug 38778: Add default_sort_order to holdshistory table
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-06-29 19:56:40 UTC
Size:
1.38 KB
patch
obsolete
>From ccdbd54a2899b51acfec67cd8ec8367a4a4e8708 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 27 Jun 2025 17:11:16 +0000 >Subject: [PATCH] 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> >--- > admin/columns_settings.yml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index f482000815..3be28db7ee 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -1420,6 +1420,7 @@ modules: > holdshistory: > holdshistory-table: > default_display_length: 20 >+ default_sort_order: 3 > columns: > - > columnname: title >@@ -2580,4 +2581,4 @@ modules: > - > columnname: actions > cannot_be_toggled: 1 >- cannot_be_modified: 1 >\ No newline at end of file >+ cannot_be_modified: 1 >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 38778
:
175914
|
176303
|
183616
| 183634