Summary: | Show local cover images in staff client search results | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | fridolin.somers, gmcharlt, marjorie.barry-vila, matted-34813, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
local cover
Bug 11328 - Show local cover images in staff client search results [SIGNED-OFF] Bug 11328 - Show local cover images in staff client search results [PASSED-QA] Bug 11328 - Show local cover images in staff client search results |
Description
Nicole C. Engard
2013-12-02 03:36:04 UTC
Created attachment 25459 [details]
local cover
Hi, It's the same for a staff detail biblio (see attachment). Jquery code you proposed is just for a results list? is there a jquery code for detail biblio? Regards, Marjorie Created attachment 25521 [details] [review] Bug 11328 - Show local cover images in staff client search results Local cover images do not appear in staff client search results. This patch adds them. To test, enable the LocalCoverImages system preference and add at least one cover image to a title. Perform a search which will return results that include your title. Confirm that the local cover image is displayed. Search results should also display correctly with and without AmazonCoverImages enabled as well as with LocalCoverImages disabled. Created attachment 25681 [details] [review] [SIGNED-OFF] Bug 11328 - Show local cover images in staff client search results Local images appear now in results when available with the syspref on. But also other images from Amazon, which is fine. Bug 9991, should handle multiples, or no image avail at the same time. At least this allows local cover images to be shown. Created attachment 26012 [details] [review] [PASSED-QA] Bug 11328 - Show local cover images in staff client search results Local cover images do not appear in staff client search results. This patch adds them. To test, enable the LocalCoverImages system preference and add at least one cover image to a title. Perform a search which will return results that include your title. Confirm that the local cover image is displayed. Search results should also display correctly with and without AmazonCoverImages enabled as well as with LocalCoverImages disabled. Signed-off-by: wajasu <matted-34813@mypacks.net> Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com> Pushed to master. Thanks, Owen! Pushed to 3.14.x, will be in 3.14.07 |