From b435c7d7b7303c485631ace38a40d8153cd80712 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. --- admin/columns_settings.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml index 5999889ce1..e71258a418 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.39.2