https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36154 --- Comment #56 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 203644 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203644&action=edit Bug 36154: Show LocalCoverImages and CustomCoverImages in the staff interface list view Adds a "Cover" column to the list contents table (virtualshelves/shelves.pl) so that local and custom cover images, already shown on the bibliographic detail page, are also visible when browsing the titles on a list. Test plan: 1. Log in to the staff interface 2. Set the LocalCoverImages system preference to "Show" 3. Search the catalogue, open a record that has a local cover image attached, and add it to a new list (More > Lists > New list) 4. Open the list => No "Cover" column/image is shown 5. Apply the patch and reload the list => A "Cover" column now shows the local cover image 6. Set LocalCoverImages to "Don't show", set CustomCoverImages to "Show" and CustomCoverImagesURL to, e.g. https://upload.wikimedia.org/wikipedia/commons/thumb/3/3a/Cat03.jpg/481px-Ca... 7. Reload the list => The custom cover image is now shown in the "Cover" column instead 8. Set both LocalCoverImages and CustomCoverImages to "Don't show" and reload the list => The "Cover" column is no longer displayed (see the follow-up patches later in this series for the column-alignment fix this relies on) -- You are receiving this mail because: You are watching all bug changes.