Bugzilla – Attachment 135639 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: (QA follow-up) Cosmetic changes to atomic update
Bug-30850-QA-follow-up-Cosmetic-changes-to-atomic-.patch (text/plain), 1.70 KB, created by
Marcel de Rooy
on 2022-06-03 06:31:29 UTC
(
hide
)
Description:
Bug 30850: (QA follow-up) Cosmetic changes to atomic update
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2022-06-03 06:31:29 UTC
Size:
1.70 KB
patch
obsolete
>From bc14c11cc9624ec94b85c534a474b38e2cdc58e5 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 3 Jun 2022 06:23:38 +0000 >Subject: [PATCH] Bug 30850: (QA follow-up) Cosmetic changes to atomic update >Content-Type: text/plain; charset=utf-8 > >No need to encode, etc. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > installer/data/mysql/atomicupdate/bug_30850.pl | 8 ++------ > 1 file changed, 2 insertions(+), 6 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_30850.pl b/installer/data/mysql/atomicupdate/bug_30850.pl >index ddf61a3c8d..9a00caf796 100755 >--- a/installer/data/mysql/atomicupdate/bug_30850.pl >+++ b/installer/data/mysql/atomicupdate/bug_30850.pl >@@ -1,5 +1,4 @@ > use Modern::Perl; >-use Encode qw( encode_utf8 ); > > return { > bug_number => 30850, >@@ -8,10 +7,7 @@ return { > 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'; >+ say $out >+q|110$a was added as a default mapping for biblio.author in MARC21. This will only change the mapping on new installations. If you wish to change the mappings on your existing installation, go to Administration > Koha to MARC mapping and add 110$a to biblio.author and then run batchRebuilBiblioTables.pl.|; > }, > } >-- >2.20.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 30850
:
135356
|
135440
|
135587
|
135588
|
135633
|
135637
|
135638
| 135639