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

            Bug ID: 30792
           Summary: Item cover images don't load in "Other holdings" tab
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Templates
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
        Depends on: 26145

If you have SeparateHoldings enabled and item-level local cover images on the
items which appear under the "Other holdings" tab, these covers will not load.

Line 1154 of detail.tt:

if( $(coverSlide).find(".cover-image:visible").length < 1 ){

This doesn't consider the possibility of correctly-loaded cover image under a
hidden tab. Removing the ":visible" seems to fix it.


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26145
[Bug 26145] Add the ability to attach a cover image at item level
-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to