[Koha-bugs] [Bug 17602] Integrate support for OneClickdigital/Recorded Books API

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 8 14:47:11 CET 2017


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |Failed QA

--- Comment #61 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Some additional remarks:
1. At some point I got the following error:
{"error":"Checkout item already exists"}Status: 200 OK
Pragma: no-cache
X-frame-options: SAMEORIGIN
Cache-control: no-cache
Content-Type: application/json; charset=UTF-8

{"action":null,"is_identified":true,"error":"ARRAY(0xbb2fe50)"}

When I clicked several time on the "checkout" button.
I think we should hide them or add a spinner to tell the user something is
going on.

2. Strings from .js files are not translatable, `git grep MSG_` to know how to
make them translatable.

3. I see code related to pagination, but I do not see the previous/next
buttons. I only see the OPACnumSearchResults first results.

And a question:
Koha/ExternalContent/RecordedBooks.pm
 76                 user_agent_params => { agent => $class->agent_string }
Where is this used?

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


More information about the Koha-bugs mailing list