From 9098a4d3fa7268bf11ab108693192070c44c9eaf 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 --- admin/columns_settings.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml index e212edda20..5198c0d20e 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.39.5