[Koha-bugs] [Bug 29686] Adapt OverDrive for new fulfillment API

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 13 14:13:42 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29686

--- Comment #1 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 128457
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128457&action=edit
Bug 29686: Adapt Koha to use new fulfillment API for OverDrive

This patch modifies the checkout_download_url routine in
WebSerivce::ILS::OverDrive::Patron

We now directly hit the fulfillment endpoint with redirects disabled and fetch
the URL

The overdrive.js is modified to use a single 'Get item' button for all checked
out items
and to refer to the fulfillment page

To test:
1 - Enable all OverDrive system preferences
2 - Search on opac and confirm OD results returned
3 - Checkout an item
4 - Confirm you have the new 'Get item' button on 'OverDrive account' tab on
opac-user.pl
5 - Confirm the 'Get item' button works

NOTE:
Most items will also show the 'Get item' button in results, however, magazines
may not as each
checkout has a unique 'reserve id' and the 'parent' id is not checked in our
current code

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list