From 148fa05f9b0cb17b4f9e50c8a6771c451738a72e 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 Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 340880253042d36e429ee0805039fa2589241180) Signed-off-by: Jacob O'Mara (cherry picked from commit bc4b29dfaa064c57644b59f73de547be2b5335c7) Signed-off-by: Lucas Gass (cherry picked from commit e5bd3e01f9475f503a85e806fe7b9bce54786557) Signed-off-by: Arthur Suzuki --- .../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 48a90e4706..dcdbf5ddd6 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.39.5