Skip to content

Commit

Permalink
small fix for creating projection context - set reconcile option
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Mar 13, 2016
1 parent f907b5c commit c452456
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -196,6 +196,7 @@ public static <F extends ObjectType> LensProjectionContext getOrCreateProjection
ResourceType resource = context.getResource(rsd.getResourceOid());
accountSyncContext.setResource(resource);
}
accountSyncContext.setDoReconciliation(context.isDoReconciliationForAllProjections());
return accountSyncContext;
}

Expand Down

0 comments on commit c452456

Please sign in to comment.