Bugzilla – Attachment 167876 Details for
Bug 37124
Update MARC21 authority frameworks to Update 32
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37124: Update MARC21 authority frameworks to Update 32
Bug-37124-Update-MARC21-authority-frameworks-to-Up.patch (text/plain), 4.85 KB, created by
Caroline Cyr La Rose
on 2024-06-18 22:08:36 UTC
(
hide
)
Description:
Bug 37124: Update MARC21 authority frameworks to Update 32
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2024-06-18 22:08:36 UTC
Size:
4.85 KB
patch
obsolete
>From c700047ed252b8ba293b5e138990f44355a60581 Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >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
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 37124
:
167876
|
167893