From f36628b1e61005fc75d531a87bda19711a9c8405 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 12 Jul 2022 11:30:51 +0100 Subject: [PATCH] Bug 30970: Add checkbox column to holdst and holdso This patch adds the missing checkbox column to the columns_settings configuration file. The field was added unconditionally to the tables in bug 23678 and then consequently fixed in master as part of bug 27868 which being an ehancement wont be backported. This patch simply lifts the relevant part of the fix from bug 27868 to apply just to the 21.11.x branch. --- admin/columns_settings.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml index 40cb524df2..2c50f59a0a 100644 --- a/admin/columns_settings.yml +++ b/admin/columns_settings.yml @@ -1263,6 +1263,10 @@ modules: holds_awaiting_pickup: holdst: columns: + - + columnname: checkbox + cannot_be_toggled: 1 + cannot_be_modified: 1 - columnname: waiting_since - @@ -1288,6 +1292,10 @@ modules: holdso: columns: + - + columnname: checkbox + cannot_be_toggled: 1 + cannot_be_modified: 1 - columnname: waiting_since - -- 2.20.1