Repository: atlas
Updated Branches:
  refs/heads/master 8db8b5c7c -> 15c5434d9


ATLAS-2318: UI - clicking on child tag twice, parent tag is selected

Signed-off-by: Madhan Neethiraj <mad...@apache.org>


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

Branch: refs/heads/master
Commit: d2244dcb2f116d681c4f97b8b6d1d260cc9d40cc
Parents: 8db8b5c
Author: Keval Bhatt <kbh...@hortonworks.com>
Authored: Sun Dec 24 19:11:07 2017 +0530
Committer: Madhan Neethiraj <mad...@apache.org>
Committed: Sun Dec 24 08:36:48 2017 -0800

----------------------------------------------------------------------
 dashboardv2/public/js/views/tag/TagLayoutView.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/d2244dcb/dashboardv2/public/js/views/tag/TagLayoutView.js
----------------------------------------------------------------------
diff --git a/dashboardv2/public/js/views/tag/TagLayoutView.js 
b/dashboardv2/public/js/views/tag/TagLayoutView.js
index e1f7c07..194be6b 100644
--- a/dashboardv2/public/js/views/tag/TagLayoutView.js
+++ b/dashboardv2/public/js/views/tag/TagLayoutView.js
@@ -509,6 +509,7 @@ define(['require',
                 });
             },
             onTagList: function(e, toggle) {
+                e.stopPropagation();
                 if (e.target.nodeName === "A") {
                     
$(e.currentTarget).parents('ul.tag-tree').find('li.active').removeClass("active");
                     $(e.currentTarget).addClass("active");

Reply via email to