Skip to content

Commit

Permalink
GRP-1126: grouper import xml fails on attribute owner stem id
Browse files Browse the repository at this point in the history
  • Loading branch information
mchyzer committed Mar 12, 2015
1 parent d64bd0f commit 700bbf3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1646,7 +1646,7 @@ public AttributeAssign xmlSaveBusinessProperties(AttributeAssign existingRecord)

} else if (!StringUtils.isBlank(this.ownerStemId)) {

Stem ownerStem = StemFinder.findByUuid(GrouperSession.staticGrouperSession(), this.id, true);
Stem ownerStem = StemFinder.findByUuid(GrouperSession.staticGrouperSession(), this.ownerStemId, true);
attributeAssignResult = ownerStem.getAttributeDelegate()
.internal_assignAttributeHelper(theAttributeAssignAction.getName(), theAttributeDefName, true, this.id, PermissionAllowed.fromDisallowedBoolean(this.disallowed));

Expand Down

0 comments on commit 700bbf3

Please sign in to comment.