Bugzilla – Attachment 115011 Details for
Bug 25306
Unnecessary update of framework in ModBiblioMarc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25306: (QA follow-up) Remove framework from bulkmarcimport
Bug-25306-QA-follow-up-Remove-framework-from-bulkm.patch (text/plain), 1.31 KB, created by
Martin Renvoize (ashimema)
on 2021-01-11 11:24:00 UTC
(
hide
)
Description:
Bug 25306: (QA follow-up) Remove framework from bulkmarcimport
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-01-11 11:24:00 UTC
Size:
1.31 KB
patch
obsolete
>From 5421b1e356186756878a345ca6826572b3e3935d Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 11 Jan 2021 11:21:59 +0000 >Subject: [PATCH] Bug 25306: (QA follow-up) Remove framework from > bulkmarcimport > >One last instance of ModBiblioMarc in bulkmarcimport still passed the >frameworkcode. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > misc/migration_tools/bulkmarcimport.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/migration_tools/bulkmarcimport.pl b/misc/migration_tools/bulkmarcimport.pl >index 918d485dac..1e7138b545 100755 >--- a/misc/migration_tools/bulkmarcimport.pl >+++ b/misc/migration_tools/bulkmarcimport.pl >@@ -526,7 +526,7 @@ RECORD: while ( ) { > printlog({id=>$id||$originalid||$biblionumber, op=>"insertitem",status=>"ERROR"}) if ($logfile); > # if we failed because of an exception, assume that > # the MARC columns in biblioitems were not set. >- ModBiblioMarc( $record, $biblionumber, $framework ); >+ ModBiblioMarc( $record, $biblionumber ); > next RECORD; > } else { > printlog({id=>$id||$originalid||$biblionumber, op=>"insertitem",status=>"ok"}) if ($logfile); >-- >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 25306
:
103876
|
114900
|
114923
|
115010
| 115011