From 395ceb4c97aa134e3bfa5e030fc26bb1d19dfbf2 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Tue, 18 Jun 2024 17:18:13 -0400 Subject: [PATCH] Bug 37122: Update MARC21 authority frameworks to Update 30 The patch updates the MARC21 authority frameworks to Update 30 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/up30authority/adapndxf.html - Field 883 should be named METADATA PROVENANCE - Subfield 883$a should be named Creation process - Subfield 883$d should be named Creation date - Subfield 883$q should be named Assigning or generating agency 5. Optional: Check other authority frameworks, they should all be changed Signed-off-by: Phil Ringnalda Signed-off-by: Katrin Fischer --- .../mandatory/authorities_normal_marc21.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 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..4695b1ebc7 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 @@ -1492,8 +1492,8 @@ tables: - authtypecode: "" tagfield: "883" - liblibrarian: "MACHINE-GENERATED METADATA PROVENANCE" - libopac: "MACHINE-GENERATED METADATA PROVENANCE" + liblibrarian: "METADATA PROVENANCE" + libopac: "METADATA PROVENANCE" repeatable: 1 mandatory: 0 authorised_value: @@ -32333,8 +32333,8 @@ tables: - authtypecode: "" tagfield: "883" tagsubfield: "a" - liblibrarian: "Generation process" - libopac: "Generation process" + liblibrarian: "Creation process" + libopac: "Creation process" repeatable: 0 mandatory: 0 tab: 8 @@ -32367,8 +32367,8 @@ tables: - authtypecode: "" tagfield: "883" tagsubfield: "d" - liblibrarian: "Generation date" - libopac: "Generation date" + liblibrarian: "Creation date" + libopac: "Creation date" repeatable: 0 mandatory: 0 tab: 8 @@ -32384,8 +32384,8 @@ tables: - authtypecode: "" tagfield: "883" tagsubfield: "q" - liblibrarian: "Generation agency" - libopac: "Generation agency" + liblibrarian: "Assigning or generating agency" + libopac: "Assigning or generating agency" repeatable: 0 mandatory: 0 tab: 8 -- 2.39.5