From 6041ee9c41d18bab805c665e04f9f4d3fc546da8 Mon Sep 17 00:00:00 2001 From: Pedro Amorim 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: /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. Signed-off-by: Richard Bridgen --- 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 dec7439dec..d637503d75 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