Skip to content

Commit

Permalink
Fixing delegated administration (MID-2488)
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Aug 4, 2015
1 parent 218b63d commit bb22e51
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -836,6 +836,8 @@ private PrismObject<UserType> addUserPerformed(AjaxRequestTarget target, UserTyp
ref.setRelation(SchemaConstants.ORG_MANAGER);
}

user.getParentOrgRef().add(ref.clone());

AssignmentType assignment = new AssignmentType();
assignment.setTargetRef(ref);

Expand Down

0 comments on commit bb22e51

Please sign in to comment.