[Koha-bugs] [Bug 13597] Amazon 'no image' element needs a 'no-image' class, in the staff client

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 25 17:58:06 CEST 2016


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

--- Comment #6 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Mason James from comment #5)
> (In reply to Jonathan Druart from comment #4)
> > I don't understand, on both interface I do not get the "no image" amazon
> > image if [OPAC]LocalCoverImages prefs are set.
> > Please detail how you get the before/after pic
> 
> Jonathan, do you have 'AmazonCoverImages' enabled?

yes

> also, the bug only exists in staff interface, and (afaik) 'LocalCoverImages'
> syspref is not related to this bug

I have:
MariaDB [koha]> select variable, value from systempreferences where variable
like "%coverimages%";
+-------------------------+-------+
| variable                | value |
+-------------------------+-------+
| AmazonCoverImages       | 1     |
| LocalCoverImages        | 1     |
| OPACAmazonCoverImages   | 1     |
| OPACLocalCoverImages    | 1     |
| SyndeticsCoverImages    | 0     |
| SyndeticsCoverImageSize | MC    |
+-------------------------+-------+

On master, I have set a local cover image for 1 record and not for another one.
Launch a search, I get the local cover image for the first record and the "No
cover image available" for the other one.

Switching off LocalCoverImages, I get the amazon "No image available" image

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


More information about the Koha-bugs mailing list