Bugzilla – Attachment 141394 Details for
Bug 21705
Map copyrightdate to both 260/264c by default for new MARC21 installations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21705: Map copryrightdate to both 260/264c by default for new MARC21 installations
Bug-21705-Map-copryrightdate-to-both-260264c-by-de.patch (text/plain), 2.15 KB, created by
Caroline Cyr La Rose
on 2022-10-05 19:04:32 UTC
(
hide
)
Description:
Bug 21705: Map copryrightdate to both 260/264c by default for new MARC21 installations
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2022-10-05 19:04:32 UTC
Size:
2.15 KB
patch
obsolete
>From 52315a4add3c0dc8a77e818f1894ed714474a2fe Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Thu, 2 Dec 2021 17:58:56 -0500 >Subject: [PATCH] Bug 21705: Map copryrightdate to both 260/264c by default for > new MARC21 installations > >This patch adds a mapping from 264 to biblio.copyrightdate. > >To test: >1) Apply patch >2) Delete existing frameworks > - In the database > delete from marc_tag_structure; > delete from marc_subfield_structure; > delete from biblio_framework; >3) Load default framework > - In a terminal, run > ./misc/load_yaml.pl -f installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml --load >4) In the staff interface, go to Administration > MARC bibliographic framework > - Make sure the default framework is there >5) In Administration > Koha to MARC mapping, check the mappings for biblio.copyrightdate > - biblioitems.publishercode should be mapped to 260 as well as 264 >6) Create a bibliographic record with a value in 264 > - In the database, check the biblio entry for this record, the value from 264 should be in copyrightdate >7) Create a bibliographic record with a value un 260 > - In the database, check the biblio entry for this record, the value from 264 should be in copyrightdate > >I hope I didn't forget anything! :) > >Caroline >--- > .../marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 e56839ea96..7ba44e0e03 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 >@@ -15810,7 +15810,7 @@ tables: > libopac: "Date of production, publication, distribution, manufacture, or copyright notice" > repeatable: 1 > mandatory: 0 >- kohafield: "" >+ kohafield: biblio.copyrightdate > tab: 2 > authorised_value: "" > authtypecode: "" >-- >2.25.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 21705
:
128186
|
141394
|
141400
|
141402
|
141475