Bugzilla – Attachment 167901 Details for
Bug 37135
Update MARC21 authority frameworks to Update 38
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37135: Update MARC21 authority frameworks to Update 38
Bug-37135-Update-MARC21-authority-frameworks-to-Up.patch (text/plain), 4.07 KB, created by
Caroline Cyr La Rose
on 2024-06-19 20:34:03 UTC
(
hide
)
Description:
Bug 37135: Update MARC21 authority frameworks to Update 38
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2024-06-19 20:34:03 UTC
Size:
4.07 KB
patch
obsolete
>From c74662606f35d2d156f86e0364fbc78a6deeaed7 Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Wed, 19 Jun 2024 16:33:07 -0400 >Subject: [PATCH] Bug 37135: Update MARC21 authority frameworks to Update 38 > >The patch updates the MARC21 authority frameworks to Update 38 > >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/authority/adapndxf.html > >- There should be two new subfields in 082 > - 0 - Authority record control number or standard number (R) > - 1 - Real World Object URI (R) > >- There should be two new subfields in 083 > - 0 - Authority record control number or standard number (R) > - 1 - Real World Object URI (R) > >- Field 383 should be named NUMERIC DESIGNATION OF MUSICAL WORK OR EXPRESSION > >5. Optional: Check other authority frameworks, they should all be changed >--- > .../mandatory/authorities_normal_marc21.yml | 72 ++++++++++++++++++- > 1 file changed, 70 insertions(+), 2 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..4f67c20a29 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 >@@ -772,8 +772,8 @@ tables: > > - authtypecode: "" > tagfield: "383" >- liblibrarian: "NUMERIC DESIGNATION OF MUSICAL WORK" >- libopac: "NUMERIC DESIGNATION OF MUSICAL WORK" >+ liblibrarian: "NUMERIC DESIGNATION OF MUSICAL WORK OR EXPRESSION" >+ libopac: "NUMERIC DESIGNATION OF MUSICAL WORK OR EXPRESSION" > repeatable: 1 > mandatory: 0 > authorised_value: >@@ -5164,6 +5164,40 @@ tables: > kohafield: "" > frameworkcode: "" > >+ - authtypecode: "" >+ tagfield: "082" >+ tagsubfield: "0" >+ liblibrarian: "Authority record control number or standard number" >+ libopac: "Authority record control number or standard number" >+ repeatable: 1 >+ mandatory: 0 >+ tab: 0 >+ authorised_value: >+ value_builder: >+ seealso: >+ isurl: 0 >+ hidden: 0 >+ linkid: 0 >+ kohafield: "" >+ frameworkcode: "" >+ >+ - authtypecode: "" >+ tagfield: "082" >+ 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: "082" > tagsubfield: "2" >@@ -5283,6 +5317,40 @@ tables: > kohafield: "" > frameworkcode: "" > >+ - authtypecode: "" >+ tagfield: "083" >+ tagsubfield: "0" >+ liblibrarian: "Authority record control number or standard number" >+ libopac: "Authority record control number or standard number" >+ repeatable: 1 >+ mandatory: 0 >+ tab: 0 >+ authorised_value: >+ value_builder: >+ seealso: >+ isurl: 0 >+ hidden: 0 >+ linkid: 0 >+ kohafield: "" >+ frameworkcode: "" >+ >+ - authtypecode: "" >+ tagfield: "083" >+ 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: "083" > tagsubfield: "2" >-- >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 37135
:
167901
|
167905