While testing a change to roles, found some weird behavior when I tried to edit the name of a custom role or add a description after it was created:
- if languages are defined, eg. fr, en, and the bundles do not contain permission.role.not.created.alias.already.exists in the bundle file, then it throws a null exception.
- if default en language bundle, then throws exception that role already exists. I believe rather than updating it is trying to add new and detects itself, so fails to write.
While testing a change to roles, found some weird behavior when I tried to edit the name of a custom role or add a description after it was created: