Commit 35561d4e by Sarath Subramanian

ATLAS-2835: Regression: Classifications propagated from term is not removed…

ATLAS-2835: Regression: Classifications propagated from term is not removed during term-entity disassociation
parent 36080c33
...@@ -153,6 +153,9 @@ public abstract class DeleteHandlerV1 { ...@@ -153,6 +153,9 @@ public abstract class DeleteHandlerV1 {
continue; continue;
} }
// re-evaluate tag propagation
removeTagPropagation(edge);
deleteEdge(edge, isInternal || forceDelete); deleteEdge(edge, isInternal || forceDelete);
} }
} }
......
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