When using cover images on the opac there is a strange behavior when there are more than 1 result pages. On the first result page everything works like expected, but on the subsequent result pages the cover images are not shown. to reproduce: - set system preference OPACAmazonCoverImages to show - open opac an search for "and" - the html structure for each result row is like: <td class="selectcol"></td> <td class="numcol"></td> <td class="covercol"></td> <td class="bibliocol"></td> - then go to the second result page and check that the row structure differs now <td class="selectcol"></td> <td class="numcol"></td> <td class="bibliocol"></td>
Created attachment 175404 [details] [review] Bug 38683: Opac cover images are only shown on fist result page This patch corrects the OPAC search results template so that cover images will be added on more than just the first page of results. To test, apply the patch and enable a cover image system preference e.g. OPACAmazonCoverImages. Perform a search in the OPAC which will return multiple pages of results. Page through several pages of results to confirm that cover images appear on each page.
Created attachment 175416 [details] [review] Bug 38683: Opac cover images are only shown on fist result page This patch corrects the OPAC search results template so that cover images will be added on more than just the first page of results. To test, apply the patch and enable a cover image system preference e.g. OPACAmazonCoverImages. Perform a search in the OPAC which will return multiple pages of results. Page through several pages of results to confirm that cover images appear on each page. Signed-off-by: Jan Kissig <bibliothek@th-wildau.de>
Created attachment 175417 [details] [review] Bug 38683: Opac cover images are only shown on fist result page This patch corrects the OPAC search results template so that cover images will be added on more than just the first page of results. To test, apply the patch and enable a cover image system preference e.g. OPACAmazonCoverImages. Perform a search in the OPAC which will return multiple pages of results. Page through several pages of results to confirm that cover images appear on each page. Signed-off-by: Jan Kissig <bibliothek@th-wildau.de> Signed-off-by: Sam Sowanick <sam.sowanick@corvallisoregon.gov>
Created attachment 175487 [details] [review] Bug 38683: Opac cover images are only shown on fist result page This patch corrects the OPAC search results template so that cover images will be added on more than just the first page of results. To test, apply the patch and enable a cover image system preference e.g. OPACAmazonCoverImages. Perform a search in the OPAC which will return multiple pages of results. Page through several pages of results to confirm that cover images appear on each page. Signed-off-by: Jan Kissig <bibliothek@th-wildau.de> Signed-off-by: Sam Sowanick <sam.sowanick@corvallisoregon.gov> Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Pushed for 25.05! Well done everyone, thank you!
Nice work everyone! Pushed to 24.11.x for 24.11.01