From c700047ed252b8ba293b5e138990f44355a60581 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Tue, 18 Jun 2024 18:07:22 -0400 Subject: [PATCH] Bug 37124: Update MARC21 authority frameworks to Update 32 The patch updates the MARC21 authority frameworks to Update 32 To test: 1. Apply patch and reset_all 2. Go to Administration > Authority types 3. Click Actions next to the Default framework and choose MARC structure 4. Check for the changes detailed in the update https://www.loc.gov/marc/up32authority/adapndxf.html - There should be two new subfields in 022 - 0 - Authority record control number or standard number (NR) - 1 - Real World Object URI (R) - There should be three new subfields in 046 - 3 - Materials specified (NR) - x - Nonpublic note (R) - z - Public note (R) - Subfield 082$2 should now be named Edition information - Subfield 083$2 should now be named Edition information 5. Optional: Check other authority frameworks, they should all be changed --- .../mandatory/authorities_normal_marc21.yml | 93 ++++++++++++++++++- 1 file changed, 89 insertions(+), 4 deletions(-) diff --git a/installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.yml b/installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.yml index 1015243e90..4afb8afaf7 100644 --- a/installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.yml +++ b/installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.yml @@ -1883,6 +1883,40 @@ tables: kohafield: "" frameworkcode: "" + - authtypecode: "" + tagfield: "022" + tagsubfield: "0" + liblibrarian: "Authority record control number or standard number" + libopac: "Authority record control number or standard number" + repeatable: 0 + mandatory: 0 + tab: 0 + authorised_value: + value_builder: + seealso: + isurl: 0 + hidden: 0 + linkid: 0 + kohafield: "" + frameworkcode: "" + + - authtypecode: "" + tagfield: "022" + tagsubfield: "1" + liblibrarian: "Real World Object URI" + libopac: "Real World Object URI" + repeatable: 1 + mandatory: 0 + tab: 0 + authorised_value: + value_builder: + seealso: + isurl: 0 + hidden: 0 + linkid: 0 + kohafield: "" + frameworkcode: "" + - authtypecode: "" tagfield: "022" tagsubfield: "6" @@ -3328,6 +3362,23 @@ tables: kohafield: "" frameworkcode: "" + - authtypecode: "" + tagfield: "046" + tagsubfield: "3" + liblibrarian: "Materials specified" + libopac: "Materials specified" + repeatable: 0 + mandatory: 0 + tab: 0 + authorised_value: + value_builder: + seealso: + isurl: 0 + hidden: 0 + linkid: 0 + kohafield: "" + frameworkcode: "" + - authtypecode: "" tagfield: "046" tagsubfield: "6" @@ -3566,6 +3617,40 @@ tables: kohafield: "" frameworkcode: "" + - authtypecode: "" + tagfield: "046" + tagsubfield: "x" + liblibrarian: "Nonpublic note" + libopac: "Nonpublic note" + repeatable: 1 + mandatory: 0 + tab: 0 + authorised_value: + value_builder: + seealso: + isurl: 0 + hidden: 0 + linkid: 0 + kohafield: "" + frameworkcode: "" + + - authtypecode: "" + tagfield: "046" + tagsubfield: "z" + liblibrarian: "Public note" + libopac: "Public note" + repeatable: 1 + mandatory: 0 + tab: 0 + authorised_value: + value_builder: + seealso: + isurl: 0 + hidden: 0 + linkid: 0 + kohafield: "" + frameworkcode: "" + - authtypecode: "" tagfield: "050" tagsubfield: "0" @@ -5167,8 +5252,8 @@ tables: - authtypecode: "" tagfield: "082" tagsubfield: "2" - liblibrarian: "Edition number" - libopac: "Edition number" + liblibrarian: "Edition information" + libopac: "Edition information" repeatable: 0 mandatory: 0 tab: 0 @@ -5286,8 +5371,8 @@ tables: - authtypecode: "" tagfield: "083" tagsubfield: "2" - liblibrarian: "Edition number" - libopac: "Edition number" + liblibrarian: "Edition information" + libopac: "Edition information" repeatable: 0 mandatory: 0 tab: 0 -- 2.34.1