From 52e2a6f15e3a41584958902f395a2b02ad049553 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 18 Feb 2023 11:53:49 +0000 Subject: [PATCH] Bug 31432: Make 245$n$p visible by default in frameworks $n (part_number) and $p (part_name) now have their own columns in the database, but we are still hiding them by default. It woudl ease testing and cataloguig if we changed them to be visible by default in new installations. To test: * Check that in your current frameworks when adding a new record, 245 n and p are hidden * Apply the patch and start over: drop your db and run the web installer * Verify that the fields are now visible Signed-off-by: Owen Leonard --- .../marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml b/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml index c2c50cad2d..84e1d6b0c6 100644 --- a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml +++ b/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml @@ -14016,7 +14016,7 @@ tables: authtypecode: "" value_builder: "" isurl: - hidden: -6 + hidden: 0 frameworkcode: "" seealso: "" link: "" @@ -14034,7 +14034,7 @@ tables: authtypecode: "" value_builder: "" isurl: - hidden: -6 + hidden: 0 frameworkcode: "" seealso: "" link: "" -- 2.30.2