Bugzilla – Attachment 167871 Details for
Bug 37120
Add heading subfields for 647 (MARC21)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37120: Add heading subfields for 647 (MARC21)
Bug-37120-Add-heading-subfields-for-647-MARC21.patch (text/plain), 3.48 KB, created by
Caroline Cyr La Rose
on 2024-06-18 20:04:47 UTC
(
hide
)
Description:
Bug 37120: Add heading subfields for 647 (MARC21)
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2024-06-18 20:04:47 UTC
Size:
3.48 KB
patch
obsolete
>From 76031f7d9def1018d251d443ecc419b35065ea5d Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Tue, 18 Jun 2024 15:55:50 -0400 >Subject: [PATCH] Bug 37120: Add heading subfields for 647 (MARC21) > >This patch updates the default MARC21 bibliographic framework to add missing >subfields to field 647. > >To test: >1. Apply patch and reset_all >2. Go to Administration > MARC bibliographic framework >3. Click Actions next to the default framework and choose MARC structure >4. Search for field 647 >5. Click Actions > View subfields (or Edit subfields) >6. Check that subfields match the documentation > https://www.loc.gov/marc/bibliographic/bd647.html > (note that subfields $4 and $e are added in bug 37114) > >Added subfields are: >- a - Named event (NR) >- c - Location of named event (R) >- d - Date of named event (NR) >- g - Miscellaneous information (R) > >7. Optional: run the framework test in Administration > MARC bibliographic > framework test > --> All should be OK >--- > .../mandatory/marc21_framework_DEFAULT.yml | 72 +++++++++++++++++++ > 1 file changed, 72 insertions(+) > >diff --git a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml b/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml >index 88aafc1fee..0d867b0f70 100644 >--- a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml >+++ b/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml >@@ -37072,6 +37072,78 @@ tables: > link: "" > defaultvalue: > >+ - tagfield: "647" >+ tagsubfield: "a" >+ liblibrarian: "Named event" >+ libopac: "Named event" >+ repeatable: 0 >+ mandatory: 0 >+ kohafield: "" >+ tab: 6 >+ authorised_value: "" >+ authtypecode: "" >+ value_builder: "" >+ isurl: >+ hidden: -6 >+ frameworkcode: "" >+ seealso: "" >+ link: "" >+ defaultvalue: >+ >+ - tagfield: "647" >+ tagsubfield: "c" >+ liblibrarian: "Location of named event" >+ libopac: "Location of named event" >+ repeatable: 1 >+ mandatory: 0 >+ kohafield: "" >+ tab: 6 >+ authorised_value: "" >+ authtypecode: "" >+ value_builder: "" >+ isurl: >+ hidden: -6 >+ frameworkcode: "" >+ seealso: "" >+ link: "" >+ defaultvalue: >+ >+ - tagfield: "647" >+ tagsubfield: "d" >+ liblibrarian: "Date of named event" >+ libopac: "Date of named event" >+ repeatable: 0 >+ mandatory: 0 >+ kohafield: "" >+ tab: 6 >+ authorised_value: "" >+ authtypecode: "" >+ value_builder: "" >+ isurl: >+ hidden: -6 >+ frameworkcode: "" >+ seealso: "" >+ link: "" >+ defaultvalue: >+ >+ - tagfield: "647" >+ tagsubfield: "g" >+ liblibrarian: "Miscellaneous information" >+ libopac: "Miscellaneous information" >+ repeatable: 1 >+ mandatory: 0 >+ kohafield: "" >+ tab: 6 >+ authorised_value: "" >+ authtypecode: "" >+ value_builder: "" >+ isurl: >+ hidden: -6 >+ frameworkcode: "" >+ seealso: "" >+ link: "" >+ defaultvalue: >+ > - tagfield: "647" > tagsubfield: "v" > liblibrarian: "Form subdivision" >-- >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 37120
:
167871
|
167886