Bug 29686: Adapt Koha to use new fulfillment API for OverDrive
authorNick Clemens <nick@bywatersolutions.com>
Mon, 13 Dec 2021 13:08:28 +0000 (13:08 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 28 Jan 2022 21:09:06 +0000 (11:09 -1000)
commit46d3d63e46d54cadae76234bb716cc429cfebf24
treef82e7f27b0a8f81b2a811b14d4b60f7c31c4d31d
parent50bb0f6e42e0b5af5ce1117ba86b3667bfb4cef6
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

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Koha/ExternalContent/OverDrive.pm
koha-tmpl/opac-tmpl/bootstrap/js/overdrive.js
opac/svc/overdrive