Bugzilla – Attachment 167897 Details for
Bug 37132
Update MARC21 authority frameworks to Update 35
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37132: Update MARC21 authority frameworks to Update 35
Bug-37132-Update-MARC21-authority-frameworks-to-Up.patch (text/plain), 2.60 KB, created by
Caroline Cyr La Rose
on 2024-06-19 19:34:52 UTC
(
hide
)
Description:
Bug 37132: Update MARC21 authority frameworks to Update 35
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2024-06-19 19:34:52 UTC
Size:
2.60 KB
patch
obsolete
>From 8f524d5dca4153edce305e7e54cc9a0ae7575efe Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Wed, 19 Jun 2024 15:34:11 -0400 >Subject: [PATCH] Bug 37132: Update MARC21 authority frameworks to Update 35 > >The patch updates the MARC21 authority frameworks to Update 35 > >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/up35authority/adapndxf.html > >- There should be a new subfield in 856 > - g - Persistent identifier (R) > >- Subfield 856$h should be renamed Non-functioning Uniform Resource Identifier and should now be repeatable > >- Subfield 856$q should now be repeatable > >5. Optional: Check other authority frameworks, they should all be changed >--- > .../mandatory/authorities_normal_marc21.yml | 25 ++++++++++++++++--- > 1 file changed, 21 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 53da39bd03..ba16deb1c7 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 >@@ -31573,12 +31573,29 @@ tables: > kohafield: "" > frameworkcode: "" > >+ - authtypecode: "" >+ tagfield: "856" >+ tagsubfield: "g" >+ liblibrarian: "Persistent identifier" >+ libopac: "Persistent identifier" >+ repeatable: 1 >+ mandatory: 0 >+ tab: 8 >+ authorised_value: >+ value_builder: >+ seealso: >+ isurl: 0 >+ hidden: 0 >+ linkid: 0 >+ kohafield: "" >+ frameworkcode: "" >+ > - authtypecode: "" > tagfield: "856" > tagsubfield: "h" >- liblibrarian: "Processor of request [OBSOLETE]" >- libopac: "Processor of request [OBSOLETE]" >- repeatable: 0 >+ liblibrarian: "Non-functioning Uniform Resource Identifier" >+ libopac: "Non-functioning Uniform Resource Identifier" >+ repeatable: 1 > mandatory: 0 > tab: 8 > authorised_value: >@@ -31731,7 +31748,7 @@ tables: > tagsubfield: "q" > liblibrarian: "Electronic format type" > libopac: "Electronic format type" >- repeatable: 0 >+ repeatable: 1 > mandatory: 0 > tab: 8 > authorised_value: >-- >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 37132
:
167897
|
167902