Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ protected Object doTransform(Object inputValue)
{
//createGroup() throws an error if security groups are not associated with a project,
// so get the project instead of just getContainerUser().getContainer(), which could be a folder
group = SecurityManager.createGroup(getContainerUser().getContainer().getProject(), userGrp);
group = SecurityManager.createGroup(getContainerUser().getContainer().getProject(), userGrp, getContainerUser().getUser());
}
else
{
Expand Down