Bugzilla – Attachment 149766 Details for
Bug 29993
Syndetics cover images do not display in browse shelf when scrolling from the first page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29993: Show Syndetics covers when using shelfbrowser controls
Bug-29993-Show-Syndetics-covers-when-using-shelfbr.patch (text/plain), 1.97 KB, created by
ByWater Sandboxes
on 2023-04-17 17:47:28 UTC
(
hide
)
Description:
Bug 29993: Show Syndetics covers when using shelfbrowser controls
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2023-04-17 17:47:28 UTC
Size:
1.97 KB
patch
obsolete
>From 9adf492f707e05f3ae56d051a762fd2e1ffc12c8 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 17 Apr 2023 17:41:02 +0000 >Subject: [PATCH] Bug 29993: Show Syndetics covers when using shelfbrowser > controls > >1. Have items that include itemcallnumber. >2. Enable OPACShelfBrowser. >3. Enable SyndeticsCoverImages and SyndeticsEnabled. >4. Go the an OPAC detail page and open the shelf browser. >5. Use the Next/Previous buttons. >6. Notice that no Syndetics images populate after using Next/Previous buttons. >7. Apply patch and try again, cover images for Syndetics should be generating. > >Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc >index 51c89e767f..34cd7900d6 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc >@@ -43,7 +43,7 @@ > > [% IF ( SyndeticsEnabled ) %] > [% IF ( SyndeticsCoverImages ) %] >- [% IF ( content_identifier_exists ) %] >+ [% IF ( item.browser_normalized_isbn ) %] > <img src="https://secure.syndetics.com/index.aspx?isbn=[% item.browser_normalized_isbn | html %]/SC.GIF&client=[% SyndeticsClientCode | html %][% IF ( item.browser_normalized_upc ) %]&upc=[% item.browser_normalized_upc | html %][% END %][% IF ( item.browser_normalized_oclc ) %]&oclc=[% item.browser_normalized_oclc | html %][% END %]&type=xw10" alt="" /> > [% ELSE %] > <span class="no-image">No cover image available</span> >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 29993
:
149765
|
149766
|
151164