|
@ -69,7 +69,7 @@ public class WorkflowPermissionHandler implements PermissionHandler { |
|
|
.collect(Collectors.toList()); |
|
|
.collect(Collectors.toList()); |
|
|
|
|
|
|
|
|
resultList.addAll(permissionList); |
|
|
resultList.addAll(permissionList); |
|
|
return resultList; |
|
|
return resultList.stream().distinct().collect(Collectors.toList()); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|