Bugzilla – Attachment 187853 Details for
Bug 41009
When editing an ILL request, the user is returned to the list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41009: Return to 'Manage request' page after editing
Bug-41009-Return-to-Manage-request-page-after-edit.patch (text/plain), 1.22 KB, created by
Pedro Amorim
on 2025-10-14 08:33:05 UTC
(
hide
)
Description:
Bug 41009: Return to 'Manage request' page after editing
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-10-14 08:33:05 UTC
Size:
1.22 KB
patch
obsolete
>From 50a4a0548c24a3567af41efdae6cf81bf09f1833 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@openfifth.co.uk> >Date: Tue, 14 Oct 2025 08:32:36 +0000 >Subject: [PATCH] Bug 41009: Return to 'Manage request' page after editing > >Test plan (before applying patch): >1) Enable ILLModule >2) Create a new ILL request, visit: ><staff_url>/cgi-bin/koha/ill/ill-requests.pl?method=create&backend=Standard >3) After creating the request, you're on the 'Manage request' page. >4) Click 'Edit request'. Click 'Submit'. Notice you're redirected to the list table. >5) Apply patch. Repeat. Notice you're sent to the ILL request 'Manage request' page. >--- > ill/ill-requests.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/ill/ill-requests.pl b/ill/ill-requests.pl >index dec7439dec2..d637503d755 100755 >--- a/ill/ill-requests.pl >+++ b/ill/ill-requests.pl >@@ -312,7 +312,7 @@ if ($backends_available) { > message => '', > op => 'edit_action', > stage => 'commit', >- next => 'illlist', >+ next => 'illview', > value => {} > }; > redirect_user( $backend_result, $request ); >-- >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 41009
: 187853