From 3a8a673409edbb885a175aae73c372b61939f8e7 Mon Sep 17 00:00:00 2001 From: Lucas Gass 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. --- 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 f4820008150..3be28db7eed 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