-
Type: Task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.7.1
-
Fix Version/s: 5.6.0-HF20, 5.7.2
-
Component/s: Workflow
When setting the ACLs for the task assignees the groupname is parsed after ":", and only the first sub-string is taken into account:
if (actor.contains(":")) { actorIds.add(actor.split(":")[1]); }
=> the ACLs are not set for the right groupname