Bugzilla – Attachment 167889 Details for
Bug 37121
MARC21 Addition to relator terms in technical notice 2024-05-14
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37121: MARC21 Addition to relator terms in technical notice 2024-05-14
Bug-37121-MARC21-Addition-to-relator-terms-in-tech.patch (text/plain), 2.00 KB, created by
Phil Ringnalda
on 2024-06-19 18:26:58 UTC
(
hide
)
Description:
Bug 37121: MARC21 Addition to relator terms in technical notice 2024-05-14
Filename:
MIME Type:
Creator:
Phil Ringnalda
Created:
2024-06-19 18:26:58 UTC
Size:
2.00 KB
patch
obsolete
>From b31e48c90549bfca28ede9f5d3b00674194e8096 Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Tue, 18 Jun 2024 16:31:32 -0400 >Subject: [PATCH] Bug 37121: MARC21 Addition to relator terms in technical > notice 2024-05-14 > >This patch adds relator codes from the May 14, 2024 technical notice >(https://loc.gov/marc/relators/tn240514rel.html) to the list of MARC21 relator >terms in Koha. > >To test: >1. Apply patch and reset_all >2. Go to Administration > Authorized values > RELTERMS >3. Search for the added relator codes > > - wfs - Writer of film story > - wft - Writer of intertitles > - wts - Writer of television story > >Note: this is added in the installer files. It will not affect existing >installations. For existing installations, add the new relator codes in >Administration > Authorized values > RELTERMS. > >Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org> >--- > .../data/mysql/en/optional/marc21_relatorterms.yml | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > >diff --git a/installer/data/mysql/en/optional/marc21_relatorterms.yml b/installer/data/mysql/en/optional/marc21_relatorterms.yml >index a5e5c111fa..1f741d139e 100644 >--- a/installer/data/mysql/en/optional/marc21_relatorterms.yml >+++ b/installer/data/mysql/en/optional/marc21_relatorterms.yml >@@ -1190,6 +1190,14 @@ tables: > authorised_value: "wde" > lib: "Wood engraver" > >+ - category: "RELTERMS" >+ authorised_value: "wfs" >+ lib: "Writer of film story" >+ >+ - category: "RELTERMS" >+ authorised_value: "wft" >+ lib: "Writer of intertitles" >+ > - category: "RELTERMS" > authorised_value: "win" > lib: "Writer of introduction" >@@ -1205,3 +1213,7 @@ tables: > - category: "RELTERMS" > authorised_value: "wst" > lib: "Writer of supplementary textual content" >+ >+ - category: "RELTERMS" >+ authorised_value: "wts" >+ lib: "Writer of television story" >\ No newline at end of file >-- >2.44.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 37121
:
167872
| 167889