Bug 40688 - Replace ./catalogue/updateitem.pl with API endpoint
Summary: Replace ./catalogue/updateitem.pl with API endpoint
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-08-22 05:50 UTC by David Cook
Modified: 2025-08-22 05:50 UTC (History)
0 users

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Cook 2025-08-22 05:50:46 UTC
./catalogue/updateitem.pl is a bit of a nightmare especially in terms of user permissions.

It could be useful to replace it with an API endpoint or endpoints.

It's interesting to note that out of 7 ops, only 2 of them currently require a catalogue permission. The other 5 are all handled by circulate_remaining_permissions, which... is interesting.