[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 Jul 1 13:52:18 CEST 2019


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

Nick Clemens <nick at bywatersolutions.com> changed:

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

--- Comment #10 from Nick Clemens <nick at bywatersolutions.com> ---
(In reply to Jonathan Druart from comment #8)
> (In reply to Mason James from comment #7)
> > > 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
> > 
> > Jonathan, on staff, with patch and CSS added, LocalCoverImages off.. you get
> > the amazon "No image available" image shown?
> 
> I do not know, I have not tried, why should I?
> I think I did not get the goal of this patch.
> Could you please give me the use case and provide a more detailed test plan?

The point is to make Staff client HTML for missing amazon cover images more
equivalent to that of the OPAC

To test:
1 - Enable amazon images everywhere
2 - Search on the Staff and OPAC to get some results without amazon covers
(missing ISBNs and bad ISBNs)
3 - Note OPAC missing images are like:
<span class="no-image">No cover image available</span>
4 - Note Staff client are like:
<img
src="https://images-na.ssl-images-amazon.com/images/G/01/x-site/icons/no-img-sm.gif"
alt="" class="thumbnail" />
5 - The staff links do not lend themselves to easy CSS hiding/styling
6 - Apply patch
7 - Repeat
8 - Note increased consistency

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


More information about the Koha-bugs mailing list