From: Katrin Fischer Date: Wed, 28 Dec 2022 21:33:27 +0000 (+0000) Subject: Bug 32460: Add missing columns to table configuration for patron categories X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=0f042b02c72e7f751b07d5a53be94d982119a17e;p=koha-ffzg.git 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 --- 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 @@ -259,6 +259,8 @@ modules: - columnname: enrollment_period - + columnname: password_expiration + - columnname: age_required - columnname: upper_age_limit @@ -275,8 +277,12 @@ modules: - columnname: branches_limitations - + columnname: can_be_guarantee + - columnname: default_privacy - + columnname: exclude_from_local_holds_priority + - columnname: actions cannot_be_toggled: 1 cannot_be_modified: 1