[Koha-bugs] [Bug 22010] RecordedBooks and OverDrive should check preferences over passing variables

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 27 22:55:54 CET 2019


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

Jason Robb <jrobb at sekls.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA
                 CC|                            |jrobb at sekls.org

--- Comment #2 from Jason Robb <jrobb at sekls.org> ---
I tested this patch with my RB credentials. The searching works and my account
syncs up correctly on opac-recordedbooks-search.pl -- I can check out items,
place holds, check in items, etc. from those results.

opac-user.pl is still throwing the SPINNER_THROBBER error, and I still don't
see content in the RB Account tab.

Applying the patch causes this string to appear at the very bottom of
opac-user.pl, both with valid and invalid RBdigital credentials set in the
sysprefs:

var SPINNER_THROBBER =
"/opac-tmpl/lib/jquery/plugins/themes/classic/throbber.gif"; 

I had to scroll down slightly to see it.

Inspecting the html shows that string listed among the other scripts but
without any tags, like this:

<script src="/opac-tmpl/bootstrap/js/tags_18.1200017.js"></script>
var SPINNER_THROBBER =
"/opac-tmpl/lib/jquery/plugins/themes/classic/throbber.gif";
<script
src="/opac-tmpl/bootstrap/lib/jquery/plugins/jquery.cookie.min_18.1200017.js"></script>

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


More information about the Koha-bugs mailing list