https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10190 --- Comment #668 from Chloé Zermatten <chloe.zermatten@openfifth.co.uk> --- Created attachment 196878 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196878&action=edit Bug 10190: Add manage_circ_triggers permission for notice trigger access Replaces the broad manage_circ_rules permission requirement on the circulation triggers page with a new dedicated manage_circ_triggers sub-permission (under parameters, flag 3). - Add manage_circ_triggers to userpermissions.sql - Update atomicupdate to add the permission, grant it to existing edit_notice_status_triggers users, and remove the old permission - Update admin/circulation_triggers.pl to require manage_circ_triggers - Add manage_circ_triggers as an OR option on all circulation_rules API endpoints (GET/PUT /circulation_rules, /kinds, /config) - Restrict manage_circ_triggers users in the API controller to overdue_* rule names only on write Sponsored-by: Glasgow Colleges Library Group <https://library.cityofglasgowcollege.ac.uk> -- You are receiving this mail because: You are watching all bug changes.