From c9702b3a6956b892520b4947b8f4671be6bbf29a Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Sun, 31 May 2020 20:43:38 -0300 Subject: [PATCH] Bug 25632: Update MARC21 frameworks to update Nr. 30 (May 2020) New subfields 0 1 2 in 310 and 321 Changes 310 change to repeatable 883 renamed 883 a d q renamed To test: 1) Remove bibliographic frameworks 2) Check mandatory bibliographic fw load without problem misc/load_yaml.pl --load --file=installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml 3) Check new/renamed fields/subfields --- .../mandatory/marc21_framework_DEFAULT.yml | 126 ++++++++++++++++-- 1 file changed, 117 insertions(+), 9 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 1464de9eed..1ed86c8fbd 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 @@ -1865,7 +1865,7 @@ tables: - tagfield: "310" liblibrarian: "CURRENT PUBLICATION FREQUENCY" libopac: "CURRENT PUBLICATION FREQUENCY" - repeatable: 0 + repeatable: 1 mandatory: 0 authorised_value: frameworkcode: "" @@ -3399,8 +3399,8 @@ tables: frameworkcode: "" - tagfield: "883" - liblibrarian: "MACHINE-GENERATED METADATA PROVENANCE" - libopac: "MACHINE-GENERATED METADATA PROVENANCE" + liblibrarian: "METADATA PROVENANCE" + libopac: "METADATA PROVENANCE" repeatable: 1 mandatory: 0 authorised_value: @@ -17064,6 +17064,60 @@ tables: link: "" defaultvalue: + - tagfield: "310" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "310" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "310" + tagsubfield: "2" + liblibrarian: "Source" + libopac: "Source" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + - tagfield: "310" tagsubfield: "6" liblibrarian: "Linkage" @@ -17190,6 +17244,60 @@ tables: link: "" defaultvalue: + - tagfield: "321" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "321" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + + - tagfield: "321" + tagsubfield: "2" + liblibrarian: "Source" + libopac: "Source" + repeatable: 0 + mandatory: 0 + kohafield: + tab: 3 + authorised_value: + authtypecode: + value_builder: "" + isurl: + hidden: -6 + frameworkcode: "" + seealso: "" + link: "" + defaultvalue: + - tagfield: "321" tagsubfield: "6" liblibrarian: "Linkage" @@ -62174,8 +62282,8 @@ tables: - tagfield: "883" tagsubfield: "a" - liblibrarian: "Generation process" - libopac: "Generation process" + liblibrarian: "Creation process" + libopac: "Creation process" repeatable: 0 mandatory: 0 kohafield: "" @@ -62210,8 +62318,8 @@ tables: - tagfield: "883" tagsubfield: "d" - liblibrarian: "Generation date" - libopac: "Generation date" + liblibrarian: "Creation date" + libopac: "Creation date" repeatable: 0 mandatory: 0 kohafield: "" @@ -62228,8 +62336,8 @@ tables: - tagfield: "883" tagsubfield: "q" - liblibrarian: "Generation agency" - libopac: "Generation agency" + liblibrarian: "Assigning or generating agency" + libopac: "Assigning or generating agency" repeatable: 0 mandatory: 0 kohafield: "" -- 2.17.1