Repository: atlas
Updated Branches:
  refs/heads/master 6f9684b4f -> d86be7a3b


ATLAS-2041: UI: Show tag names with dot, when taxonomy is disabled

Signed-off-by: nixonrodrigues <ni...@apache.org>


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

Branch: refs/heads/master
Commit: 5d26d6649b2281e802d142ce10f246aaddd41b74
Parents: 6f9684b
Author: kevalbhatt <kbh...@apache.org>
Authored: Fri Aug 11 11:18:16 2017 +0530
Committer: nixonrodrigues <ni...@apache.org>
Committed: Fri Aug 11 21:58:44 2017 +0530

----------------------------------------------------------------------
 dashboardv2/public/js/utils/Utils.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/5d26d664/dashboardv2/public/js/utils/Utils.js
----------------------------------------------------------------------
diff --git a/dashboardv2/public/js/utils/Utils.js 
b/dashboardv2/public/js/utils/Utils.js
index 6e0453b..9ddd5f4 100644
--- a/dashboardv2/public/js/utils/Utils.js
+++ b/dashboardv2/public/js/utils/Utils.js
@@ -335,7 +335,7 @@ define(['require', 'utils/Globals', 'pnotify', 
'utils/Messages', 'pnotify.button
                 trem = true;
             } else if (value.values && value.values['taxonomy.namespace']) {
                 trem = true;
-            } else if (name.length > 1) {
+            } else if (Globals.taxonomy && name.length > 1) {
                 trem = true; // Temp fix
             }
 

Reply via email to