Commit 85aef3c0 by pratik24mac Committed by kevalbhatt

ATLAS-2584 : UI , Tag propagation : Unable to modify Tag propagation at an edge to BOTH or NONE

Signed-off-by: 's avatarkevalbhatt <kbhatt@apache.org>
parent 6d999b0a
...@@ -156,7 +156,7 @@ define(['require', ...@@ -156,7 +156,7 @@ define(['require',
this.ui.propagationOptions.attr("propagation", PropagationValue); this.ui.propagationOptions.attr("propagation", PropagationValue);
var relationshipProp = { var relationshipProp = {
"propagateTags": that.getPropagationFlow({ "propagateTags": that.getPropagationFlow({
"relationshipData": that.apiGuid[entityId], "relationshipData": _.extend(that.apiGuid[entityId], { 'propagateTags': PropagationValue }),
"graphData": { from: { guid: this.edgeInfo.obj.fromEntityId } } "graphData": { from: { guid: this.edgeInfo.obj.fromEntityId } }
}) })
}; };
......
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