From 16eff2a74cd13ec3e21f441032dca5e96b1bd1ea 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 --- .../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 c2c50cad2d1..9497e723857 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