From fb257e1f32e67eaec1afdca6ee656a39a6dfd574 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Mon, 7 Oct 2024 18:06:24 +0000 Subject: [PATCH] Bug 38107: Add default sort order option to patron_holds_table 1. APPLY PATCH and restat_all 2. From Table settings look for the patron_holds_table 3. Put some holds on a record. 4. Play with different sort orders, ensuring they work. Note: Depends on Bug 38069 --- admin/columns_settings.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml index 40706832448..534440409f8 100644 --- a/admin/columns_settings.yml +++ b/admin/columns_settings.yml @@ -1756,6 +1756,7 @@ modules: columnname: action patron_holds_table: + default_sort_order: 1 columns: - columnname: checkbox -- 2.39.2