Bug 17346: Make checkin column hidable
authorChristopher Brannon <cbrannon@cdalibrary.org>
Fri, 10 Mar 2017 19:54:05 +0000 (19:54 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 31 Mar 2017 13:24:02 +0000 (13:24 +0000)
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 <veron@veron.ch>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
admin/columns_settings.yml

index e212edd..5198c0d 100644 (file)
@@ -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