Bug 41655 - Local OPAC covers are not displayed in OPAC lists
Summary: Local OPAC covers are not displayed in OPAC lists
Status: Pushed to main
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Hammat wele
QA Contact: Laura Escamilla
URL:
Keywords: rel_25_05_candidate, rel_25_11_candidate
Depends on: 41078
Blocks:
  Show dependency treegraph
 
Reported: 2026-01-17 00:28 UTC by Hammat wele
Modified: 2026-02-08 22:06 UTC (History)
5 users (show)

See Also:
GIT URL:
Initiative type: ---
Sponsorship status: ---
Comma delimited list of Sponsors:
Crowdfunding goal: 0
Crowdfunding committed: 0
Crowdfunding contact:
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
This fixes a regression where the local cover images were no longer displayed in lists in the OPAC and staff interface. With this fix, the local cover images are back in the lists in both interfaces.
Version(s) released in:
26.05.00
Circulation function:


Attachments
Bug 41655: Local OPAC covers are not displayed in OPAC lists (1.56 KB, patch)
2026-01-17 00:41 UTC, Hammat wele
Details | Diff | Splinter Review
Bug 41655: Local OPAC covers are not displayed in OPAC lists (1.61 KB, patch)
2026-01-18 16:33 UTC, Roman Dolny
Details | Diff | Splinter Review
Bug 41655: Local OPAC covers are not displayed in OPAC lists (1.68 KB, patch)
2026-01-23 17:13 UTC, Laura Escamilla
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Hammat wele 2026-01-17 00:28:39 UTC
Local cover images are no longer displayed in OPAC lists since Bug 41078.
In Koha versions prior to 25.05.05, local cover images were correctly displayed in OPAC lists.

This appears to be a regression.

To reproduce

1. Set the system preferences LocalCoverImages and OPACLocalCoverImages to Show.

2. Find a bibliographic record and open the record detail page.

3. Upload a local cover image file for the record.

4. Create a public list and add the record to the list.

5. In the OPAC, open the public list.
   --> The local cover image is missing.
Comment 1 Hammat wele 2026-01-17 00:41:58 UTC
Created attachment 191597 [details] [review]
Bug 41655: Local OPAC covers are not displayed in OPAC lists

Local cover images are no longer displayed in OPAC lists since Bug 41078.
In Koha versions prior to 25.05.05, local cover images were correctly displayed in OPAC lists.

This appears to be a regression.

To reproduce

1. Set the system preferences LocalCoverImages and OPACLocalCoverImages to Show.

2. Find a bibliographic record and open the record detail page.

3. Upload a local cover image file for the record.

4. Create a public list and add the record to the list.

5. In the OPAC, open the public list.
   --> The local cover image is missing.

6. Apply the patch.

7. Reload the OPAC list page.
   --> The local cover image is now displayed correctly.
Comment 2 Roman Dolny 2026-01-18 16:33:52 UTC
Created attachment 191616 [details] [review]
Bug 41655: Local OPAC covers are not displayed in OPAC lists

Local cover images are no longer displayed in OPAC lists since Bug 41078.
In Koha versions prior to 25.05.05, local cover images were correctly displayed in OPAC lists.

This appears to be a regression.

To reproduce

1. Set the system preferences LocalCoverImages and OPACLocalCoverImages to Show.

2. Find a bibliographic record and open the record detail page.

3. Upload a local cover image file for the record.

4. Create a public list and add the record to the list.

5. In the OPAC, open the public list.
   --> The local cover image is missing.

6. Apply the patch.

7. Reload the OPAC list page.
   --> The local cover image is now displayed correctly.

Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl>
Comment 3 Laura Escamilla 2026-01-23 17:13:50 UTC
Created attachment 191965 [details] [review]
Bug 41655: Local OPAC covers are not displayed in OPAC lists

Local cover images are no longer displayed in OPAC lists since Bug 41078.
In Koha versions prior to 25.05.05, local cover images were correctly displayed in OPAC lists.

This appears to be a regression.

To reproduce

1. Set the system preferences LocalCoverImages and OPACLocalCoverImages to Show.

2. Find a bibliographic record and open the record detail page.

3. Upload a local cover image file for the record.

4. Create a public list and add the record to the list.

5. In the OPAC, open the public list.
   --> The local cover image is missing.

6. Apply the patch.

7. Reload the OPAC list page.
   --> The local cover image is now displayed correctly.

Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl>
Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com>
Comment 4 Lucas Gass (lukeg) 2026-02-06 22:21:55 UTC
Nice work everyone!

Pushed to main for 26.05