Bugzilla – Attachment 180794 Details for
Bug 36455
Default the hold queue link to your logged in library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36455: (follow-up) Changed html filters to uri
Bug-36455-follow-up-Changed-html-filters-to-uri.patch (text/plain), 3.01 KB, created by
Jason Robb
on 2025-04-10 17:17:41 UTC
(
hide
)
Description:
Bug 36455: (follow-up) Changed html filters to uri
Filename:
MIME Type:
Creator:
Jason Robb
Created:
2025-04-10 17:17:41 UTC
Size:
3.01 KB
patch
obsolete
>From 3aa9382c57370339fabf74d8b849ffa5e59c4eea Mon Sep 17 00:00:00 2001 >From: Jason Robb <jrobb@sekls.org> >Date: Thu, 10 Apr 2025 17:13:09 +0000 >Subject: [PATCH] Bug 36455: (follow-up) Changed html filters to uri > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/circ-nav.inc | 2 +- > .../intranet-tmpl/prog/en/modules/circ/circulation-home.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-nav.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-nav.inc >index f7193a1c20..07cb781c34 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-nav.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-nav.inc >@@ -46,7 +46,7 @@ > <h5>Holds</h5> > <ul> > <li> >- <a href="/cgi-bin/koha/circ/view_holdsqueue.pl?branchlimit=[% Branches.GetLoggedInBranchcode | html %]&run_report=1">Holds queue</a> >+ <a href="/cgi-bin/koha/circ/view_holdsqueue.pl?branchlimit=[% Branches.GetLoggedInBranchcode | uri %]&run_report=1">Holds queue</a> > </li> > <li> > <a href="/cgi-bin/koha/circ/pendingreserves.pl">Holds to pull</a> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >index 5009af4679..401e265f4d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >@@ -79,7 +79,7 @@ > > <ul class="buttons-list"> > <li> >- <a class="circ-button" href="/cgi-bin/koha/circ/view_holdsqueue.pl?branchlimit=[% Branches.GetLoggedInBranchcode | html %]&run_report=1"><i class="fa fa-tasks"></i> Holds queue</a> >+ <a class="circ-button" href="/cgi-bin/koha/circ/view_holdsqueue.pl?branchlimit=[% Branches.GetLoggedInBranchcode | uri %]&run_report=1"><i class="fa fa-tasks"></i> Holds queue</a> > </li> > <li> > <a class="circ-button" href="/cgi-bin/koha/circ/pendingreserves.pl"><i class="fa-solid fa-hand-back-fist"></i> Holds to pull</a> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >index ba96e3c8f9..8bfff11337 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >@@ -35,7 +35,7 @@ > [% END %] > [% IF ( run_report ) %] > [% WRAPPER breadcrumb_item %] >- <a href="/cgi-bin/koha/circ/view_holdsqueue.pl?branchlimit=[% Branches.GetLoggedInBranchcode | html %]&run_report=1">Holds queue</a> >+ <a href="/cgi-bin/koha/circ/view_holdsqueue.pl?branchlimit=[% Branches.GetLoggedInBranchcode | uri %]&run_report=1">Holds queue</a> > [% END %] > [% WRAPPER breadcrumb_item bc_active= 1 %] > <span>Results</span> >-- >2.39.5
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 36455
:
178043
|
178044
|
178045
|
179276
|
179277
|
179278
|
180794
|
180796
|
180797
|
180798