Bugzilla – Attachment 183651 Details for
Bug 40072
MARC21 Addition to relator terms in technical notice 2025-04-03
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40072: MARC21 Addition to relator terms in technical notice 2025-04-03
Bug-40072-MARC21-Addition-to-relator-terms-in-tech.patch (text/plain), 2.30 KB, created by
Caroline Cyr La Rose
on 2025-06-30 18:40:11 UTC
(
hide
)
Description:
Bug 40072: MARC21 Addition to relator terms in technical notice 2025-04-03
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2025-06-30 18:40:11 UTC
Size:
2.30 KB
patch
obsolete
>From 2b29f134cfbb397b56f348d343deceae198dea20 Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Mon, 30 Jun 2025 14:37:07 -0400 >Subject: [PATCH] Bug 40072: MARC21 Addition to relator terms in technical > notice 2025-04-03 > >This patch adds a relator term that was added to the MARC code list for >relators in the April 3, 2025 technical notice. The new term is wfw - >Writer of foreword. This technical notice also deprecates an existing >term, aui (author of introduction), in favour of the new term. > >To test: >1. Apply patch and reset_all >2. Go to Administration > Authorized values >3. Search for the RELTERMS list and click on it >4. Search for wfw > --> There should be an entry for wfw - Writer of foreword >5. Search for aui > --> Term should not exist > >Note : This update includes a term deprecation. I decided to go ahead >and remove it from the authorized values list because, unlike for MARC >frameworks, a nonexistent value will not delete data from the records. >It will simply say "aui (Not an authorized value)". Furthermore, this >only affects new installations. Nothing will be deleted from existing >installations, unless the libraries themselves remove the authorized >value. They can make a batch modification before deleting it if >necessary. >--- > installer/data/mysql/en/optional/marc21_relatorterms.yml | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/installer/data/mysql/en/optional/marc21_relatorterms.yml b/installer/data/mysql/en/optional/marc21_relatorterms.yml >index d97df6beda4..48adec65df9 100644 >--- a/installer/data/mysql/en/optional/marc21_relatorterms.yml >+++ b/installer/data/mysql/en/optional/marc21_relatorterms.yml >@@ -130,10 +130,6 @@ tables: > authorised_value: "aue" > lib: "Audio engineer" > >- - category: "RELTERMS" >- authorised_value: "aui" >- lib: "Author of introduction, etc." >- > - category: "RELTERMS" > authorised_value: "aup" > lib: "Audio producer" >@@ -1202,6 +1198,10 @@ tables: > authorised_value: "wft" > lib: "Writer of intertitles" > >+ - category: "RELTERMS" >+ authorised_value: "wfw" >+ lib: "Writer of foreword" >+ > - category: "RELTERMS" > authorised_value: "win" > lib: "Writer of introduction" >-- >2.43.0
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 40072
:
183651
|
183655