From dbef6e17de62cc7aa007c3881fe32e2985fabcd8 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 19 Dec 2018 16:00:52 -0300 Subject: [PATCH] Bug 22020: (bug 21777 follow-up) Fix columns visibility for circulation.pl The table is used by circulation.pl and moremember.pl When it is modified we need to take care of the two view. Test plan: Use the columns settings to hide/show the "check in" and other columns Confirm the this patch fixes the display for moremember.pl Signed-off-by: Katrin Fischer Signed-off-by: Josef Moravec Signed-off-by: Nick Clemens (cherry picked from commit 17a8eb187959625ef67eea9999588fe502443691) Signed-off-by: Martin Renvoize (cherry picked from commit a02a19ffea86e64b65164e7578b5d9b8f611a064) Signed-off-by: Jesse Maseto --- admin/columns_settings.yml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml index fb09826..25a1b6c 100644 --- a/admin/columns_settings.yml +++ b/admin/columns_settings.yml @@ -234,6 +234,11 @@ modules: - columnname: homebranch - + columnname: checkout_on_unformatted + cannot_be_toggled: 1 + cannot_be_modified: 1 + is_hidden: 1 + - columnname: checkout_on - columnname: checkout_from -- 1.7.2.5