OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

Orchard.Roles Events and Activities #8657

Closed AndreaPiovanelli closed 1 year ago

AndreaPiovanelli commented 1 year ago

Events and their handlers are missing for roles and may be a useful feature for Orchard.Roles-related workflows.

AndreaPiovanelli commented 1 year ago

Events are triggered for each role added / removed and each permission added / removed meaning that, if you remove 3 roles and add 2, a total of 5 events are triggered. It can be useful having a single event containing the information of which roles/permissions have been added or removed.