Skip to content

Commit

Permalink
allow limit propagation only for already exists sitaution
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Oct 5, 2014
1 parent fd5b9f9 commit bdd7186
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -711,7 +711,7 @@ private Boolean determinePropagationLimitation(ObjectSynchronizationType synchro
// resource. We only want to resolve the problem and continue in
// previous provisioning/synchronization during which his
// compensation was triggered
if (SchemaConstants.CHANGE_CHANNEL_DISCOVERY.equals(channelQName)){
if (SchemaConstants.CHANGE_CHANNEL_DISCOVERY.equals(channelQName) && SynchronizationSituationType.DELETED != reactionDefinition.getSituation()){
return true;
}
}
Expand Down

0 comments on commit bdd7186

Please sign in to comment.