From 20fea6dad969091f730a78c6cef22187572c6874 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 13 May 2022 15:24:04 +0000 Subject: [PATCH] Bug 29282: (follow-up) Account for otherholdings table This patch accounts for the otherholdins table. To test: 1. Turn on SeparateHoldings 2. Find a record where the items are split by SeparateHoldings. 3. Make sure you can hide columns from the table in the Other holdings tab. Signed-off-by: Sally Signed-off-by: Martin Renvoize --- admin/columns_settings.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml index 5b078c1a73..3c4f7c2d32 100644 --- a/admin/columns_settings.yml +++ b/admin/columns_settings.yml @@ -427,6 +427,12 @@ modules: columnname: otherholdings_status - columnname: otherholdings_lastseen + - + columnname: otherholdings_issues + is_hidden: 1 + - + columnname: otherholdings_renewals + is_hidden: 1 - columnname: otherholdings_dateaccessioned - -- 2.20.1