Bugzilla – Attachment 88036 Details for
Bug 22710
[18.11] Return to the last advanced search link not filtering correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Attachment to Bug 22710 - Return to the last advanced search link not filtering correctly in 18.11.x
Bug-22710-Return-to-the-last-advanced-search-link-.patch (text/plain), 1.14 KB, created by
Lucas Gass (lukeg)
on 2019-04-15 20:54:09 UTC
(
hide
)
Description:
Attachment to Bug 22710 - Return to the last advanced search link not filtering correctly in 18.11.x
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2019-04-15 20:54:09 UTC
Size:
1.14 KB
patch
obsolete
>From 3511f2ba1085b4a8013d39d6e4a9a88ab6170949 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 15 Apr 2019 20:52:59 +0000 >Subject: [PATCH] Bug 22710: Return to the last advanced search link not > filtering correctly in 18.11.x > >--- > 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 331af70c2b..5e84a82d01 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >@@ -114,7 +114,7 @@ > [% IF ( total ) %] > [% IF ( ReturnPath ) %] > <div class="returntosearch"> >- <p><a href="[% ReturnPath | uri %]">Return to the last advanced search</a></p> >+ <p><a href="[% ReturnPath | url %]">Return to the last advanced search</a></p> > </div> > [% END %] > [% END %] >-- >2.11.0
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 22710
: 88036 |
91904