Commit 5d26d664 by kevalbhatt Committed by nixonrodrigues

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

parent 6f9684b4
No related merge requests found
...@@ -335,7 +335,7 @@ define(['require', 'utils/Globals', 'pnotify', 'utils/Messages', 'pnotify.button ...@@ -335,7 +335,7 @@ define(['require', 'utils/Globals', 'pnotify', 'utils/Messages', 'pnotify.button
trem = true; trem = true;
} else if (value.values && value.values['taxonomy.namespace']) { } else if (value.values && value.values['taxonomy.namespace']) {
trem = true; trem = true;
} else if (name.length > 1) { } else if (Globals.taxonomy && name.length > 1) {
trem = true; // Temp fix trem = true; // Temp fix
} }
......
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