From 9d9d06ffc98285db94c5b60f07c982b5d1ad6e5e 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 --- admin/columns_settings.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml index b137ae02d2..d253b0180a 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.30.2