From 992f57192598880e7cd0101b9784da4b43ec574d 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=UTF-8 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 --- admin/columns_settings.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml index e212edd..5198c0d 100644 --- a/admin/columns_settings.yml +++ b/admin/columns_settings.yml @@ -250,8 +250,6 @@ modules: cannot_be_modified: 1 - columnname: checkin - cannot_be_toggled: 1 - cannot_be_modified: 1 - columnname: export cannot_be_toggled: 1 @@ -335,8 +333,6 @@ modules: cannot_be_modified: 1 - columnname: checkin - cannot_be_toggled: 1 - cannot_be_modified: 1 - columnname: export cannot_be_toggled: 1 -- 2.1.4