Skip to content

Commit

Permalink
fixing MID-1863 (listing resource accounts with associations)..
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed May 23, 2014
1 parent bc63069 commit 9d04efe
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1589,7 +1589,7 @@ private PrismObject<ShadowType> completeShadow(ConnectorInstance connector, Pris
if (resourceAssociationContainer != null) {
RefinedResourceSchema refinedSchema = RefinedResourceSchema.getRefinedSchema(resource);
PrismContainer<ShadowAssociationType> associationContainer = resourceAssociationContainer.clone();
resultShadow.add(associationContainer);
resultShadow.addReplaceExisting(associationContainer);
if (associationContainer != null) {
for (PrismContainerValue<ShadowAssociationType> associationCVal: associationContainer.getValues()) {
ResourceAttributeContainer identifierContainer = ShadowUtil.getAttributesContainer(associationCVal, ShadowAssociationType.F_IDENTIFIERS);
Expand Down

0 comments on commit 9d04efe

Please sign in to comment.