Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.4
-
None
Description
The Attribute.role and Definition.role string contains a comma-separated list of allowed user roles.
This string needs to be split every time it is needed if a user is in one of those roles. This leads to a small performance problem.
The roles should be stored inside a Set, eventually created lazily.