From 74949be55a268f588e3eeaeafc52a87538005743 Mon Sep 17 00:00:00 2001 From: Christopher Brannon Date: Fri, 10 Mar 2017 19:54:05 +0000 Subject: [PATCH] Bug 17346: Make checkin column hidable MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit To test: 1) Go to columns_settings.pl --> Circulation --> issues-table and note that you cannot change the settings for checkin. 2) Go to columns_settings.pl --> Patrons --> issues-table and note that you cannot change the settings for checkin. 3) Apply the patch. 4) Go to both tables again and note that you can now change the settings. Followed test plan, works as expected. Signed-off-by: Marc Véron Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 9098a4d3fa7268bf11ab108693192070c44c9eaf) Signed-off-by: Katrin Fischer --- admin/columns_settings.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml index 7ef4d35521..938db2c64e 100644 --- a/admin/columns_settings.yml +++ b/admin/columns_settings.yml @@ -229,8 +229,6 @@ modules: cannot_be_modified: 1 - columnname: checkin - cannot_be_toggled: 1 - cannot_be_modified: 1 - columnname: export cannot_be_toggled: 1 @@ -314,8 +312,6 @@ modules: cannot_be_modified: 1 - columnname: checkin - cannot_be_toggled: 1 - cannot_be_modified: 1 - columnname: export cannot_be_toggled: 1 -- 2.39.5