Bugzilla – Attachment 180797 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) Default the hold queue link to your logged in library
Bug-36455-follow-up-Default-the-hold-queue-link-to.patch (text/plain), 1.98 KB, created by
Andrew Fuerste-Henry
on 2025-04-10 18:12:30 UTC
(
hide
)
Description:
Bug 36455: (follow-up) Default the hold queue link to your logged in library
Filename:
MIME Type:
Creator:
Andrew Fuerste-Henry
Created:
2025-04-10 18:12:30 UTC
Size:
1.98 KB
patch
obsolete
>From 0ea4f299e45fa399a3e5bc238d0e2b9c5cba0c48 Mon Sep 17 00:00:00 2001 >From: Jason Robb <jrobb@sekls.org> >Date: Thu, 13 Mar 2025 17:17:08 +0000 >Subject: [PATCH] Bug 36455: (follow-up) Default the hold queue link to your > logged in library > >Also fixed the link on circ-nav and the breadcrumbs links. > >Signed-off-by: Andrew Fuerste Henry <andrew@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/circ-nav.inc | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt | 2 +- > 2 files changed, 2 insertions(+), 2 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 a610def306..f7193a1c20 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">Holds queue</a> >+ <a href="/cgi-bin/koha/circ/view_holdsqueue.pl?branchlimit=[% Branches.GetLoggedInBranchcode | html %]&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/view_holdsqueue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >index 76b457569f..ba96e3c8f9 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">Holds queue</a> >+ <a href="/cgi-bin/koha/circ/view_holdsqueue.pl?branchlimit=[% Branches.GetLoggedInBranchcode | html %]&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