[Koha-bugs] [Bug 9737] Local Covers sometimes appear then disappear on OPAC Search Results/Lists

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 3 10:15:30 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9737

--- Comment #10 from Jonathan Druart <jonathan.druart at biblibre.com> ---
(In reply to comment #9)
> 2) In the bug branch, you should be getting the local cover image and 2 "no
> cover image available" blocks. That's correct behaviour. 
> 
> --
> 
> From the sounds of it, you're getting the correct behaviour.

Hum.. ok :)
It was what I got but to me it is a regression.
I don't get why it is the expected behavior, could you explain please?

By adding some tests, we can decide not to display the second one.
It could be fix with something like:
[% IF ( GoogleJackets ) %]
  [% IF isbn %]
    ...
  [% ELSE %]
    [% UNLESS SyndeticsCoverImages OR OPACAmazonCoverImages OR ... %]
       No cover image available
    [% END %]
  [% END %]
[% END %]
And others for OpenLibraryCovers and BakerTaylorEnabled, etc.

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


More information about the Koha-bugs mailing list