[Koha-bugs] [Bug 24713] JavaScript error on staff client catalog search results page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 25 20:16:09 CET 2020


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

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick at bywatersolutions.com

--- Comment #4 from Nick Clemens <nick at bywatersolutions.com> ---
To recreate:
1 - Set AmazonCoverImages to "Show"
2 - Set AmazonCoverImages to "Don't show"
3 - Check the DB, the pref is now ""
    select * from systempreferences where variable like '%amazoncover%';
4 - Do a search on the staff client
5 - Note checkboxes are missing and there is a JS error

I wonder if the problem is that we set the value for "Don't show" as "" (blank
string) instead of 0

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


More information about the Koha-bugs mailing list