| Summary: | When editing an ILL request, the user is returned to the list | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Pedro Amorim <pedro.amorim> |
| Component: | ILL | Assignee: | Pedro Amorim <pedro.amorim> |
| Status: | Passed QA --- | QA Contact: | Lisette Scheer <lisette> |
| 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: |
This enhancement will return a user to the ill request page instead of the list of requests after saving an edit.
|
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 Bug 41009: Return to 'Manage request' page after editing |
||
|
Description
Pedro Amorim
2025-10-14 08:30:06 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. 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> Worked great and a nice QOL update Created attachment 191195 [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> Signed-off-by: Lisette Scheer <lisette@bywatersolutions.com> |