Commit 0eaefe38 by Sarath Subramanian

ATLAS-2638: Disabling tag propagation at an edge : Switching propagate flag…

ATLAS-2638: Disabling tag propagation at an edge : Switching propagate flag after adding tag to blockedPropagatedClassifications
parent a6f9b9be
......@@ -1534,7 +1534,7 @@ public class EntityGraphMapper {
}
if (isClassificationUpdated && CollectionUtils.isEmpty(entitiesToPropagateTo)) {
entitiesToPropagateTo = graphHelper.getImpactedVertices(guid);
entitiesToPropagateTo = graphHelper.getImpactedVerticesWithRestrictions(guid, classificationVertex.getIdForDisplay());
}
if (LOG.isDebugEnabled()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment