Bugzilla – Attachment 37419 Details for
Bug 13938
Staging MARC records for import fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13938 - Staging MARC records for import fails
Bug-13938---Staging-MARC-records-for-import-fails.patch (text/plain), 944 bytes, created by
Kyle M Hall (khall)
on 2015-04-01 14:12:26 UTC
(
hide
)
Description:
Bug 13938 - Staging MARC records for import fails
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-04-01 14:12:26 UTC
Size:
944 bytes
patch
obsolete
>From aabe83665f59f5db5b1be5f46e7bb956207f73d6 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 1 Apr 2015 10:10:11 -0400 >Subject: [PATCH] Bug 13938 - Staging MARC records for import fails > >It appears that bug 8970 has introduced a bug where a MARC file uploaded >for staging fails to import *unless* a matching rule is selected. > >Test Plan: >1) Apply this patch >2) Stage and import a MARC record *without* choosing a matching rule >3) Note the staging works as expected >--- > tools/stage-marc-import.pl | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/tools/stage-marc-import.pl b/tools/stage-marc-import.pl >index a5f4d17..b1670b7 100755 >--- a/tools/stage-marc-import.pl >+++ b/tools/stage-marc-import.pl >@@ -156,6 +156,8 @@ if ($completedJobID) { > } else { > $matcher_failed = 1; > } >+ } else { >+ $dbh->commit(); > } > > my $results = { >-- >1.7.2.5
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 13938
:
37419
|
37421
|
37423
|
37508