From 2b29f134cfbb397b56f348d343deceae198dea20 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose 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