From 8266b4fc2dabc426de3101c1f8a3e0377ce757e9 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 11 Apr 2020 10:36:36 +0000 Subject: [PATCH] Bug 24768: Add 'Return claims' to column configuration for checkouts tables The checkouts tables on the checkouts and details tabs in the staff patron account support column confiugration, but the new column "Return claims" was missing. This patch adds the column to the column configuration. To test: - Make sure to test with a patron having return claims and without - Verify cou can toggle the visibility of the return claims column from top of the tables in the checkouts and details tabs - Go to administrastion > column configuration - Change the settings for the issues tables in the Patrons and Circulation sections - Verify the changes have been applied to the tables as configured Signed-off-by: David Roberts Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize Signed-off-by: Joy Nelson --- admin/columns_settings.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml index 7aca50b14e..2a2a1febe7 100644 --- a/admin/columns_settings.yml +++ b/admin/columns_settings.yml @@ -617,6 +617,8 @@ modules: cannot_be_modified: 1 - columnname: checkin + - + columnname: claims_returned - columnname: export cannot_be_toggled: 1 @@ -832,10 +834,13 @@ modules: cannot_be_modified: 1 - columnname: checkin + - + columnname: claims_returned - columnname: export cannot_be_toggled: 1 cannot_be_modified: 1 + table_borrowers: - columnname: name -- 2.39.5