https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17602
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA --- Comment #61 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
