From 0c6fa3801a48bcf632589abefa4c27be2bd2cef6 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 28 Mar 2020 11:28:06 +0100 Subject: [PATCH] Bug 7947: Update MARC21 440/490 mapping and visibility in en installer 440 has been obsoleted in the standard for a long time. 490 is now used for series information. Changes made here only apply for new installations: - Hide 440 subfields by default - Make 490 3avx visible by default - Add mapping biblioitems.seriestitle to 490a - Add mapping biblioitems.volume to 490v To test: - Run the web installer for this language and verify changes in all frameworks Signed-off-by: Bernardo Gonzalez Kriegel --- .../mandatory/marc21_framework_DEFAULT.yml | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 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 e032f5d5da..0a5f2c90a0 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 @@ -24258,7 +24258,7 @@ tables: authtypecode: "" value_builder: "" isurl: 0 - hidden: -5 + hidden: -6 frameworkcode: "" seealso: "" link: "" @@ -24276,7 +24276,7 @@ tables: authtypecode: UNIF_TITLE value_builder: "" isurl: - hidden: 0 + hidden: -6 frameworkcode: "" seealso: "'440n','440p','490a','830a','830n','830p','899a'" link: "" @@ -24294,7 +24294,7 @@ tables: authtypecode: "" value_builder: "" isurl: - hidden: 0 + hidden: -6 frameworkcode: "" seealso: "" link: "" @@ -24312,7 +24312,7 @@ tables: authtypecode: "" value_builder: "" isurl: - hidden: 0 + hidden: -6 frameworkcode: "" seealso: "" link: "" @@ -24330,7 +24330,7 @@ tables: authtypecode: "" value_builder: "" isurl: - hidden: 0 + hidden: -6 frameworkcode: "" seealso: "" link: "" @@ -24366,7 +24366,7 @@ tables: authtypecode: "" value_builder: "" isurl: - hidden: 0 + hidden: -6 frameworkcode: "" seealso: "" link: "" @@ -24384,7 +24384,7 @@ tables: authtypecode: "" value_builder: "" isurl: - hidden: -6 + hidden: 0 frameworkcode: "" seealso: "" link: "" @@ -24432,13 +24432,13 @@ tables: libopac: "Series statement" repeatable: 1 mandatory: 0 - kohafield: "" + kohafield: biblio.seriestitle tab: 4 authorised_value: "" authtypecode: "" value_builder: "" isurl: - hidden: -1 + hidden: 0 frameworkcode: "" seealso: "" link: "" @@ -24468,13 +24468,13 @@ tables: libopac: "Volume/sequential designation" repeatable: 1 mandatory: 0 - kohafield: "" + kohafield: biblioitems.volume tab: 4 authorised_value: "" authtypecode: "" value_builder: "" isurl: - hidden: -1 + hidden: 0 frameworkcode: "" seealso: "" link: "" @@ -24492,7 +24492,7 @@ tables: authtypecode: "" value_builder: "" isurl: - hidden: -1 + hidden: 0 frameworkcode: "" seealso: "" link: "" -- 2.17.1