From f26889425bb1837497e6521e1d10aa230e2d4394 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 --- .../marc21/mandatory/marc21_framework_DEFAULT.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 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..9497e72385 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: "" @@ -14268,7 +14268,7 @@ tables: authtypecode: "" value_builder: "" isurl: - hidden: -6 + hidden: 9 frameworkcode: "" seealso: "" link: "" -- 2.30.2