Bugzilla – Attachment 46903 Details for
Bug 15468
Search links on callnumbers with parentheses fails on OPAC results page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 15468 - Search links on callnumbers with parentheses fails on OPAC results page
SIGNED-OFF-Bug-15468---Search-links-on-callnumbers.patch (text/plain), 2.06 KB, created by
Owen Leonard
on 2016-01-19 15:44:17 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 15468 - Search links on callnumbers with parentheses fails on OPAC results page
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2016-01-19 15:44:17 UTC
Size:
2.06 KB
patch
obsolete
>From badbe2a32f5b2c0f2e9b8f9c209a4192b2e891ff Mon Sep 17 00:00:00 2001 >From: Chloe <chloealabaster@gmail.com> >Date: Tue, 19 Jan 2016 03:09:50 +0000 >Subject: [PATCH] [SIGNED-OFF] Bug 15468 - Search links on callnumbers with > parentheses fails on OPAC results page >Content-Type: text/plain; charset="utf-8" > >To Test: >1-before plugin search in opac for a call number with either a "(" or a ")" in it >2-it should come back with no results >3-use plugin >4-re-search the call number with "(" or ")" >5-the search should come back with results > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >index 8a0ec89..7fe17a9 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >@@ -402,7 +402,7 @@ > > [% IF ( OPACItemsResultsDisplay ) %] > [% UNLESS ( singleBranchMode ) %][% available_items_loo.location %][% END %] >- [% IF ( available_items_loo.itemcallnumber ) %][<a href="/cgi-bin/koha/opac-search.pl?q=callnum:[% available_items_loo.itemcallnumber |url %]">[% available_items_loo.itemcallnumber %]</a>][% END %] >+ [% IF ( available_items_loo.itemcallnumber ) %][<a href="/cgi-bin/koha/opac-search.pl?q=callnum:%22[% available_items_loo.itemcallnumber |url %]%22">[% available_items_loo.itemcallnumber %]</a>][% END %] > [% END %] > ([% available_items_loo.count %]), > </span> >-- >2.1.4
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 15468
:
46844
|
46903
|
46957