Bugzilla – Attachment 159806 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.15 KB, created by
Victor Grousset/tuxayo
on 2023-12-13 15:09:13 UTC
(
hide
)
Description:
Bug 35495: Open holds tab by default on opac-user.pl after cancelling a hold
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2023-12-13 15:09:13 UTC
Size:
1.15 KB
patch
obsolete
>From 7d095c727158f2c2e1cdce8d4013a53ef58113dd 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. > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >--- > 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 1518a3b72e..b60e706efe 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.43.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 35495
:
159603
|
159609
| 159806