]> git.koha-community.org Git - koha.git/commit
Bug 7613: OCLC Connexion web service and desktop client, followup patch
authorD Ruth Bavousett <ruth@bywatersolutions.com>
Mon, 11 Jun 2012 19:13:01 +0000 (12:13 -0700)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 6 Sep 2012 05:06:46 +0000 (17:06 +1200)
commit11d520fa4a1a41d20bd324b39d5fb09b006e6fca
treeab52a09d7097dca11577bc8a508cd8ba26cebbfb
parent23111c04b0aa86c741b38aa940331161f37e90e9
Bug 7613: OCLC Connexion web service and desktop client, followup patch

Prior patches to this bug had lots of comments like "I don't have a way to test this, so..."

In the OCLC Connexion web, when you choose the option to export to MARC, it'll *send* it, and
say, "Record Exported," but the web client does nothing whatever to confirm that the record
actually landed in Koha.  That's a flaw in their software, but can be easily checked by
looking in Koha to see if an import batch got created.  The desktop client is a little
smarter about this, but needed much more testing, also.

With this patch, both the client and web will actually work.  With a config file and set up as
previously described, The record will be staged and/or imported, and the desktop client returns
a useful message about what happened, *and* the staff client URL to the record.

Oodles of gobs of bunches of thanks to Virginia Military Institute, for loaning me their OCLC
authorization credentials so this could be tested, as well as for great suggestions of cosmetic
improvements to the mechanism and output.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
misc/bin/connexion_import_daemon.pl
svc/import_bib