From f8875946debd0b6fa0a876b27eff80eb98b471e1 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 28 Jan 2019 13:20:39 +0000 Subject: [PATCH] Bug 21852: (follow-up) Correct columns configuration YAML This patch corrects a parameter name in the columns configuration file. "columnname" was misspelled "columname." To test, apply the patch and restart Plack (or restart_all on kohadevbox). Follow the test plan in the original patch. Important testing note: This patch adds persistence to the column visibility which you select. This means that updating the default column visibility won't necessarily be reflected automatically in the table in question. To confirm that defaults are being loaded one must delete the browser's Local Storage data for that table. Signed-off-by: Maryse Simard Signed-off-by: Katrin Fischer --- admin/columns_settings.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml index 03beb57eb0..f0f93d856c 100644 --- a/admin/columns_settings.yml +++ b/admin/columns_settings.yml @@ -768,33 +768,33 @@ modules: overdues: circ-overdues: - - columname: due_date + columnname: due_date - - columname: patron + columnname: patron - - columname: patron_category + columnname: patron_category is_hidden: 1 - - columname: patron_library + columnname: patron_library - - columname: title + columnname: title - - columname: home_library + columnname: home_library is_hidden: 1 - - columname: holding_library + columnname: holding_library is_hidden: 1 - - columname: barcode + columnname: barcode - - columname: call_number + columnname: call_number - - columname: item_type + columnname: item_type is_hidden: 1 - - columname: price + columnname: price - - columname: non-public_note + columnname: non-public_note opac: biblio-detail: -- 2.11.0