Bug 41009 - When editing an ILL request, the user is returned to the list
Summary: When editing an ILL request, the user is returned to the list
Status: Needs Signoff
Alias: None
Product: Koha
Classification: Unclassified
Component: ILL (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Pedro Amorim
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-10-14 08:30 UTC by Pedro Amorim
Modified: 2025-10-14 08:33 UTC (History)
6 users (show)

See Also:
GIT URL:
Change sponsored?: ---
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 (1.22 KB, patch)
2025-10-14 08:33 UTC, Pedro Amorim
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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.