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.38k stars 1.12k forks source link

[Hotfix] Corrected RoleEvent actions to match activity outcomes #8659

Closed AndreaPiovanelli closed 1 year ago

AndreaPiovanelli commented 1 year ago

Following pr #8658 , changed workflow action parameters to properly match expected activity outcomes. RoleRenamed -> Renamed RoleCreated -> Created RoleRemoved -> Removed

AndreaPiovanelli commented 1 year ago

@sebastienros can you give us feedback on this hotfix too, please?