You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The email_template_manager and entity_manager roles allow full access to their object types. This is inconsistent with the behavior with the other role types where there is an explicit *_deleter role.
Consider splitting out the delete permission into a separate role for consistency.
The text was updated successfully, but these errors were encountered:
Some roles are missing the
_deleter
counterpart.Description
The
email_template_manager
andentity_manager
roles allow full access to their object types. This is inconsistent with the behavior with the other role types where there is an explicit*_deleter
role.Consider splitting out the delete permission into a separate role for consistency.
The text was updated successfully, but these errors were encountered: