From 4d6cf6d6c47645f6d2638473430a080082fbcd9b Mon Sep 17 00:00:00 2001 From: Andreas Jonsson Date: Wed, 27 Mar 2024 15:15:16 +0100 Subject: [PATCH] Bug 36439: Remove duplicate section in columns_settings The patch for bug 33575 was carelessely applied so the holds section was overwritten by a duplicated section which cause the table configuration for the holds-to-pull table to be missing. Test plan: * Place a hold on a record that has items (so there is at least one hold to pull) * Go to the page "holds to pull" and verify that the column settings are present to the left above the table ( Columns). NOTE: the column settings are cached, so you need to reset memcached between tests if you want to test with and without the patch. --- admin/columns_settings.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml index dd6396671f..560451e137 100644 --- a/admin/columns_settings.yml +++ b/admin/columns_settings.yml @@ -1675,7 +1675,6 @@ modules: - columnname: action - holds: patron_holds_table: columns: - -- 2.39.2