Bug 40803

Summary: Users cannot renew overdue items from 'Overdue' tab in account
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: OPACAssignee: Nick Clemens (kidclamp) <nick>
Status: Signed Off --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: lucas
Version: Main   
Hardware: All   
OS: All   
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 40803: Use submit form link to submit renewals from overdue items tab in opac user account
Bug 40803: Use submit form link to submit renewals from overdue items tab in opac user account

Description Nick Clemens (kidclamp) 2025-09-12 17:15:05 UTC
Looks like this was missed in the CSRF update
Comment 1 Nick Clemens (kidclamp) 2025-09-12 17:17:14 UTC
Created attachment 186387 [details] [review]
Bug 40803: Use submit form link to submit renewals from overdue items tab in opac user account

To test:
1 - Check out an item to a patron, backdated to be overdue
2 - Log in as that user to the OPAC
3 - From 'Your summary' - click the overdue tab, click renew
4 - 500 Error
5 - Apply patch
6 - Reload the page and repeat
7 - Success!
Comment 2 Lucas Gass (lukeg) 2025-09-13 14:02:24 UTC
Created attachment 186391 [details] [review]
Bug 40803: Use submit form link to submit renewals from overdue items tab in opac user account

To test:
1 - Check out an item to a patron, backdated to be overdue
2 - Log in as that user to the OPAC
3 - From 'Your summary' - click the overdue tab, click renew
4 - 500 Error
5 - Apply patch
6 - Reload the page and repeat
7 - Success!

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>