Repository: atlas
Updated Branches:
  refs/heads/master 6d999b0aa -> 85aef3c05


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

Signed-off-by: kevalbhatt <kbh...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/85aef3c0
Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/85aef3c0
Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/85aef3c0

Branch: refs/heads/master
Commit: 85aef3c0543632358cb1b01085369bbf31b6404a
Parents: 6d999b0
Author: pratik24mac <pratik2...@gmail.com>
Authored: Wed Apr 18 14:52:25 2018 +0530
Committer: kevalbhatt <kbh...@apache.org>
Committed: Wed Apr 18 15:34:19 2018 +0530

----------------------------------------------------------------------
 dashboardv2/public/js/views/graph/PropagationPropertyModal.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/85aef3c0/dashboardv2/public/js/views/graph/PropagationPropertyModal.js
----------------------------------------------------------------------
diff --git a/dashboardv2/public/js/views/graph/PropagationPropertyModal.js 
b/dashboardv2/public/js/views/graph/PropagationPropertyModal.js
index c192dff..76d62ef 100644
--- a/dashboardv2/public/js/views/graph/PropagationPropertyModal.js
+++ b/dashboardv2/public/js/views/graph/PropagationPropertyModal.js
@@ -156,7 +156,7 @@ define(['require',
             this.ui.propagationOptions.attr("propagation", PropagationValue);
             var relationshipProp = {
                 "propagateTags": that.getPropagationFlow({
-                    "relationshipData": that.apiGuid[entityId],
+                    "relationshipData": _.extend(that.apiGuid[entityId], { 
'propagateTags': PropagationValue }),
                     "graphData": { from: { guid: 
this.edgeInfo.obj.fromEntityId } }
                 })
             };

Reply via email to