Bugzilla – Attachment 167874 Details for
Bug 37122
Update MARC21 authority frameworks to Update 30
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37122: Update MARC21 authority frameworks to Update 30
Bug-37122-Update-MARC21-authority-frameworks-to-Up.patch (text/plain), 2.77 KB, created by
Caroline Cyr La Rose
on 2024-06-18 21:20:32 UTC
(
hide
)
Description:
Bug 37122: Update MARC21 authority frameworks to Update 30
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2024-06-18 21:20:32 UTC
Size:
2.77 KB
patch
obsolete
>From 9680acc9dfd0a2beaad6b5c552675521b94b4a71 Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >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 >--- > .../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.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 37122
:
167874
|
167890