https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43602 --- Comment #5 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 206599 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206599&action=edit Bug 43602: Migrate staff and OPAC UI off svc/article_request Rewrites koha-tmpl/intranet-tmpl/prog/js/fetch/article-request-api-client.js to wrap the new REST endpoints (GET/POST/PATCH under /api/v1/article_requests and /api/v1/public/patrons/{patron_id}/article_requests) instead of posting op=cud-* actions to the legacy cookie-authenticated svc/article_request CGI script, and updates the staff article-requests queue (circ/article-requests.tt), the staff request-article form (circ/request-article.tt) and the OPAC patron account page (opac-user.tt) to call the client's new methods. The previous DELETE-based cancel routes are already gone as of the previous commit, so this finishes moving every caller in this codebase onto the REST client. Removing svc/article_request itself is left as a separate follow-up rather than folded into this bug, to keep this series focused on the new API surface. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.