Bugzilla – Attachment 159603 Details for
Bug 35495
Cancelling a hold on the OPAC takes the user to their account page, but does not activate the holds tab
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35495: Open holds tab by default on opac-user.pl after cancelling a hold
Bug-35495-Open-holds-tab-by-default-on-opac-userpl.patch (text/plain), 1.04 KB, created by
Lucas Gass (lukeg)
on 2023-12-05 17:49:14 UTC
(
hide
)
Description:
Bug 35495: Open holds tab by default on opac-user.pl after cancelling a hold
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-12-05 17:49:14 UTC
Size:
1.04 KB
patch
obsolete
>From fa05525f97290ac2cfe3b9b0d7b1c66a43c5f986 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 5 Dec 2023 17:47:50 +0000 >Subject: [PATCH] Bug 35495: Open holds tab by default on opac-user.pl after > cancelling a hold > >To test: >1 - Go to the opac-user.pl page for a user with some holds and cancel a hold. >2 - Note after placing the hold the URL is: > http://localhost:8080/cgi-bin/koha/opac-user.pl?#opac-user-holds >3 - Note the holds tab is not active >4. APPLY PATCH and restart all >5. Now after cancelling a hold, the refreshed page should have an active hold tab. >--- > opac/opac-modrequest.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/opac/opac-modrequest.pl b/opac/opac-modrequest.pl >index 1518a3b72e1..b60e706efe8 100755 >--- a/opac/opac-modrequest.pl >+++ b/opac/opac-modrequest.pl >@@ -74,4 +74,4 @@ if ( $reserve_id && $borrowernumber ) { > } > } > >-print $query->redirect("/cgi-bin/koha/opac-user.pl#opac-user-holds"); >+print $query->redirect("/cgi-bin/koha/opac-user.pl?opac-user-holds=1"); >-- >2.30.2
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 35495
:
159603
|
159609
|
159806