Bugzilla – Attachment 135633 Details for
Bug 30850
Add default mapping for biblio.author to 110$a (MARC21)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30850: dbrev to inform existing users of the mapping change
Bug-30850-dbrev-to-inform-existing-users-of-the-ma.patch (text/plain), 1.56 KB, created by
David Nind
on 2022-06-02 22:25:30 UTC
(
hide
)
Description:
Bug 30850: dbrev to inform existing users of the mapping change
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-06-02 22:25:30 UTC
Size:
1.56 KB
patch
obsolete
>From f132ac670bdc8e9f51476336fcc8717bd5367421 Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Thu, 2 Jun 2022 10:21:09 -0400 >Subject: [PATCH] Bug 30850: dbrev to inform existing users of the mapping > change > >This patch adds a message in a dbrev to inform users of existing >installations that they might want to add a mapping from 110$a to >biblio.author > >Signed-off-by: David Nind <david@davidnind.com> >--- > installer/data/mysql/atomicupdate/bug_30850.pl | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > create mode 100755 installer/data/mysql/atomicupdate/bug_30850.pl > >diff --git a/installer/data/mysql/atomicupdate/bug_30850.pl b/installer/data/mysql/atomicupdate/bug_30850.pl >new file mode 100755 >index 0000000000..ddf61a3c8d >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_30850.pl >@@ -0,0 +1,17 @@ >+use Modern::Perl; >+use Encode qw( encode_utf8 ); >+ >+return { >+ bug_number => 30850, >+ description => 'Message about mappings changes for 110$a', >+ up => sub { >+ my ($args) = @_; >+ my ($dbh, $out) = @$args{qw(dbh out)}; >+ >+ say $out encode_utf8 '110$a was added as a default mapping for biblio.author in MARC21.'; >+ say $out encode_utf8 'This will only change the mapping on new installations.'; >+ say $out encode_utf8 'If you wish to change the mappings on your existing installation,'; >+ say $out encode_utf8 'go to Administration > Koha to MARC mapping and add 110$a to biblio.author'; >+ say $out encode_utf8 'and then run batchRebuilBiblioTables.pl'; >+ }, >+} >-- >2.30.2
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 30850
:
135356
|
135440
|
135587
|
135588
|
135633
|
135637
|
135638
|
135639