Summary: | OverDrive search results page doesn't show cart, lists, or login links | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | normal | ||
Priority: | P5 - low | CC: | fridolin.somers, gmcharlt, m.de.rooy |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
URL: | /cgi-bin/koha/opac-overdrive-search.pl?q=X | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 12058 - OverDrive search results page doesn't show cart, lists, or login links
Bug 12058 - OverDrive search results page doesn't show cart, lists, or login links Bug 12058 - OverDrive search results page doesn't show cart, lists, or login links |
Description
Owen Leonard
2014-04-09 16:09:25 UTC
More specifically, in the Bootstrap theme. Created attachment 26922 [details] [review] Bug 12058 - OverDrive search results page doesn't show cart, lists, or login links The template for OverDrive search results in the Bootstrap OPAC doesn't show the cart, lists, or login links because the template's checks of related system preferences relies on [% USE Koha %], which is not present. This patch adds it. To test, enable the bootstrap theme and OverDrive integration (OverDriveClientKey, etc.). Perform a search in the OPAC and click to view results from your OverDrive library. Confirm that cart, lists, and login links appear in the header. Created attachment 27153 [details] [review] Bug 12058 - OverDrive search results page doesn't show cart, lists, or login links The template for OverDrive search results in the Bootstrap OPAC doesn't show the cart, lists, or login links because the template's checks of related system preferences relies on [% USE Koha %], which is not present. This patch adds it. To test, enable the bootstrap theme and OverDrive integration (OverDriveClientKey, etc.). Perform a search in the OPAC and click to view results from your OverDrive library. Confirm that cart, lists, and login links appear in the header. Signed-off-by: Jesse Weaver <pianohacker@gmail.com> Bug confirmed, and this patch fixes it. Created attachment 27228 [details] [review] Bug 12058 - OverDrive search results page doesn't show cart, lists, or login links The template for OverDrive search results in the Bootstrap OPAC doesn't show the cart, lists, or login links because the template's checks of related system preferences relies on [% USE Koha %], which is not present. This patch adds it. To test, enable the bootstrap theme and OverDrive integration (OverDriveClientKey, etc.). Perform a search in the OPAC and click to view results from your OverDrive library. Confirm that cart, lists, and login links appear in the header. Signed-off-by: Jesse Weaver <pianohacker@gmail.com> Bug confirmed, and this patch fixes it. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Pushed to master. Thanks, Owen! Pushed to 3.14.x, will be in 3.14.10 |