Version 1.2.2 - Full Management Permissions.
Enhancements
This release completes the permission model for power-users (Administrators & Managers), giving them full control over all data entries within the system.
- Full CRUD Permissions for Managers: Users with the
manage_ahoi_api_all_datacapability can now performGET,UPDATE, andDELETEoperations on any entry from any custom table, regardless of the original owner. - Security Logic Refined: The
get_item,update_item, anddelete_itemmethods in the dynamic CRUD controller now correctly bypass ownership checks for these power-users, while maintaining strict security for regular users. This allows administrators to moderate content effectively from a client application.