When using Coce for cover images there are no images on lists. With Amazon: http://demo.bywatersolutions.com/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=1&sortfield=author With Coce: http://model.bywatersolutions.com/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=1&sortfield=author
Created attachment 48401 [details] [review] Bug 15294 - Coce not enabled on lists To test: Enable Coce and disable other image services Load a list and not there are no covers Apply patch Load a list and note there are covers
[% coce_id = SEARCH_RESULT.normalized_ean || SEARCH_RESULT.normalized_isbn %] I don't think this can work because SEARCH_RESULT isn't a valid variable as far as I can tell. Looks like existing instances of it don't do anything. This should work: [% coce_id = itemsloo.normalized_ean || itemsloo.normalized_isbn %]
Created attachment 61287 [details] [review] Bug 15924 - Coce not enabled on lists To test: Enable Coce and disable other image services Load a list and not there are no covers Apply patch Load a list and note there are covers
Hi Nick, I think you mentioned a test server for Coce a while ago, is this still available for testing?
Created attachment 64163 [details] [review] [SIGNED-OFF] Bug 15924 - Coce not enabled on lists To test: Enable Coce and disable other image services Load a list and not there are no covers Apply patch Load a list and note there are covers https://bugs.koha-community.org/show_bug.cgi?id=15924 Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Created attachment 64323 [details] [review] Bug 15924 - Coce not enabled on lists To test: Enable Coce and disable other image services Load a list and not there are no covers Apply patch Load a list and note there are covers https://bugs.koha-community.org/show_bug.cgi?id=15924 Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Created attachment 66691 [details] [review] Bug 15924 - Coce not enabled on lists To test: Enable Coce and disable other image services Load a list and not there are no covers Apply patch Load a list and note there are covers https://bugs.koha-community.org/show_bug.cgi?id=15924 Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Pushed to master for 17.11, thanks to everybody involved!
Pushed to 17.05.x, will be in 17.05.05.
This patch has been pushed to 16.11.x and will be in 16.11.13.
Pushed to 16.05.x, for 16.05.18 release