From 01d1877c831841d27f0e7106ce6ce74799b044a3 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 21 Apr 2023 19:46:19 +0000 Subject: [PATCH] Bug 33586: Fix sequence of fields for memberresultst in table configuration The sequence of options actually matters, not the name. Library and category were switched, this patch fixes it and now it should all hide/show as expected: * Go to administration > table configuration * Hide library in memberresultst * Go to patron search and search * Verify that category was hidden instead * Apply patch * Verify now label and columns for library and category match with configuration. Signed-off-by: Lisette Scheer --- admin/columns_settings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml index 12091f3154..9ed72c758c 100644 --- a/admin/columns_settings.yml +++ b/admin/columns_settings.yml @@ -991,10 +991,10 @@ modules: columnname: name - columnname: dateofbirth - - - columnname: category - columnname: library + - + columnname: category - columnname: expires_on - -- 2.30.2