Bug 40803 - Users cannot renew overdue items from 'Overdue' tab in account
Summary: Users cannot renew overdue items from 'Overdue' tab in account
Status: Signed Off
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Nick Clemens (kidclamp)
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-09-12 17:15 UTC by Nick Clemens (kidclamp)
Modified: 2025-09-13 14:02 UTC (History)
1 user (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 40803: Use submit form link to submit renewals from overdue items tab in opac user account (2.85 KB, patch)
2025-09-12 17:17 UTC, Nick Clemens (kidclamp)
Details | Diff | Splinter Review
Bug 40803: Use submit form link to submit renewals from overdue items tab in opac user account (2.91 KB, patch)
2025-09-13 14:02 UTC, Lucas Gass (lukeg)
Details | Diff | Splinter Review

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