Bugzilla – Attachment 16824 Details for
Bug 9908
OCLC Connexion Desktop Client Doesn't Work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9908 - Fixing OCLC Connexion Client
Bug-9908---Fixing-OCLC-Connexion-Client.patch (text/plain), 1.35 KB, created by
Galen Charlton
on 2013-03-22 23:15:40 UTC
(
hide
)
Description:
Bug 9908 - Fixing OCLC Connexion Client
Filename:
MIME Type:
Creator:
Galen Charlton
Created:
2013-03-22 23:15:40 UTC
Size:
1.35 KB
patch
obsolete
>From cd36ad729d936cc0d1f758626464f88ce50db584 Mon Sep 17 00:00:00 2001 >From: Thatcher Rea <thatcher.rea@bywatersolutions.com> >Date: Sat, 23 Mar 2013 10:51:15 +1300 >Subject: [PATCH] Bug 9908 - Fixing OCLC Connexion Client > >Fix issue where exporting a bib from the OCLC Connexion client >or web interface to a Koha database would always result in >an "Unsuccessful request" error. > >To Test: > >[1] Apply patch >[2] Start the Connexion import daemon. >[3] Start the Connexion client or web interface (requires that you > you posses OCLC cataloging credentials). >[4] Locate a bib and use Connexion to export it to the Koha database. >[5] Verify that the bib is successfully added. > >Signed-off-by: Galen Charlton <gmc@esilibrary.com> >--- > svc/import_bib | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/svc/import_bib b/svc/import_bib >index 3e43339..f93428d 100755 >--- a/svc/import_bib >+++ b/svc/import_bib >@@ -86,7 +86,7 @@ sub import_bib { > > my $matcher = C4::Matcher->new($params->{record_type} || 'biblio'); > $matcher = C4::Matcher->fetch($params->{matcher_id}); >- my $number_of_matches = BatchFindBibDuplicates($batch_id, $matcher); >+ my $number_of_matches = BatchFindDuplicates($batch_id, $matcher); > > # XXX we are ignoring the result of this; > BatchCommitRecords($batch_id, $framework) if lc($import_mode) eq 'direct'; >-- >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 9908
:
16821
|
16823
|
16824
|
16849