From 0f042b02c72e7f751b07d5a53be94d982119a17e Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 28 Dec 2022 21:33:27 +0000 Subject: [PATCH] Bug 32460: Add missing columns to table configuration for patron categories The table settings were missing the recently added columns, resulting in strange behaviour using the column visibility settings: * patron expiration * can be guarantee * exclude from local holds priority To test: * Go to administration > patron categories * Verify some columns are missing from the Columns selection * Apply patch * Verify the missing columns are now present and all columns can be hidden/unhidden as expected * Change settings for the table in administration > table settings * Verify the settings have the desired effect Signed-off-by: Laura Escamilla Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi --- admin/columns_settings.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml index f2736e6d47..944b41dd4a 100644 --- a/admin/columns_settings.yml +++ b/admin/columns_settings.yml @@ -258,6 +258,8 @@ modules: columnname: type - columnname: enrollment_period + - + columnname: password_expiration - columnname: age_required - @@ -274,8 +276,12 @@ modules: columnname: messaging - columnname: branches_limitations + - + columnname: can_be_guarantee - columnname: default_privacy + - + columnname: exclude_from_local_holds_priority - columnname: actions cannot_be_toggled: 1 -- 2.20.1