Bugzilla – Attachment 180796 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: Default the hold queue link to your logged in library
Bug-36455-Default-the-hold-queue-link-to-your-logg.patch (text/plain), 1.76 KB, created by
Andrew Fuerste-Henry
on 2025-04-10 18:12:27 UTC
(
hide
)
Description:
Bug 36455: Default the hold queue link to your logged in library
Filename:
MIME Type:
Creator:
Andrew Fuerste-Henry
Created:
2025-04-10 18:12:27 UTC
Size:
1.76 KB
patch
obsolete
>From ce315d61a9bda191db79c4fccfc1c0790e98a2e7 Mon Sep 17 00:00:00 2001 >From: Jason Robb <jrobb@sekls.org> >Date: Thu, 13 Feb 2025 18:43:19 +0000 >Subject: [PATCH] Bug 36455: Default the hold queue link to your logged in > library > >This patch reduces the number of click for the average librarian user. > >To test: >1. Change your logged in branch to something other than Centerville >2. Navigate to the circulation home page >3. Click on the Holds queue link >4. Observe that you have to hit Submit to continue >5. Apply patch >6. Repeat steps 1 and 2 >7. Observe that the holds queue comes up with your branch preselected > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >Signed-off-by: Andrew Fuerste Henry <andrew@bywatersolutions.com> >--- > .../intranet-tmpl/prog/en/modules/circ/circulation-home.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 487cc5efbf..5009af4679 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"><i class="fa fa-tasks"></i> Holds queue</a> >+ <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> > </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> >-- >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