From 94a6579752aa61486add45efe9e6b590c5bd7b94 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 10 Jul 2024 16:10:21 +0000 Subject: [PATCH] Bug 37310: Add default display length to holdings and otherholdings table settings To test: 1. APPLY PATCH and restart_all 2. Go to a Admin > Table settings 3. Notice the "Default display length:" under both holdings and other_holdings tables. 4. Adjust the dropdown and make sure the holdings/other holdings table reflect that. Use the 'SeparateHoldings' system preference to test the other_holdings table. Signed-off-by: Eric Garcia --- admin/columns_settings.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml index 154b66ae17..4ab970c427 100644 --- a/admin/columns_settings.yml +++ b/admin/columns_settings.yml @@ -371,6 +371,7 @@ modules: catalogue: detail: holdings_table: + default_display_length: 20 columns: - columnname: holdings_checkbox @@ -437,6 +438,7 @@ modules: cannot_be_modified: 1 otherholdings_table: + default_display_length: 20 columns: - columnname: otherholdings_checkbox -- 2.30.2