Bug 41009

Summary: When editing an ILL request, the user is returned to the list
Product: Koha Reporter: Pedro Amorim <pedro.amorim>
Component: ILLAssignee: Pedro Amorim <pedro.amorim>
Status: Signed Off --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: andrew.auld, jeremy.evans, katrin.fischer, lisette, pedro.amorim, richard.bridgen, tomascohen
Version: Main   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 41009: Return to 'Manage request' page after editing
Bug 41009: Return to 'Manage request' page after editing

Description Pedro Amorim 2025-10-14 08:30:06 UTC
It should return to the request.
Comment 1 Pedro Amorim 2025-10-14 08:33:05 UTC
Created attachment 187853 [details] [review]
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.
Comment 2 OpenFifth Sandboxes 2025-11-25 11:51:45 UTC
Created attachment 189921 [details] [review]
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.

Signed-off-by: Richard Bridgen <richard.bridgen@nhs.net>