From 50a4a0548c24a3567af41efdae6cf81bf09f1833 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. --- 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