http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10856 --- Comment #21 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to Galen Charlton from comment #20)
This is close, but I found a regression when local cover images are enabled. Specifically, if you bring up the shelf browser, then travel on it in either direction, local covers aren't displayed in the shelf browser.
Unfortunately, just adding "KOHA.LocalCover.GetCoverFromBibnumber(true);" to the AJAX success handler isn't enough, as doing that also causes a duplicate of the main record's local cover image to be inserted each time you advance the shelf browser.
I have not yet tested with any other cover image provider.
I should emphasize that I really like the idea of this patch; it just needs to handle cover images better.
Galen, I cannot reproduce your issue. The pref OPACLocalCoverImages is enabled, I go on a detail page, click on "Browse shelf". I play with the left/right arrow and the local cover image still appears. -- You are receiving this mail because: You are watching all bug changes.