Commit 809a99c8 by kevalbhatt Committed by nixonrodrigues

ATLAS-2502 : UI - Entity page not rendering tags and loader keeps loading when…

ATLAS-2502 : UI - Entity page not rendering tags and loader keeps loading when server 403 during deleting classification Signed-off-by: 's avatarnixonrodrigues <nixon@apache.org>
parent 242733c0
...@@ -51,9 +51,9 @@ ...@@ -51,9 +51,9 @@
</div> </div>
</div> </div>
<div id="r_searchResultTableLayoutView"> <div id="r_searchResultTableLayoutView">
<h1><b>{{searchType}}</b></h1>
{{#if entityCreate}} {{#if entityCreate}}
<div class="entityLink" style="display:none"> <div class="entityLink" style="display:none">
<h1><b>{{searchType}}</b></h1>
<p class="entityLink">Search Atlas for existing entities or <p class="entityLink">Search Atlas for existing entities or
<a href="javascript:void(0)" data-id='createEntity'> create new entity </a> <a href="javascript:void(0)" data-id='createEntity'> create new entity </a>
</p> </p>
......
...@@ -312,6 +312,7 @@ define(['require', ...@@ -312,6 +312,7 @@ define(['require',
tagName = options.el.text(); tagName = options.el.text();
Utils.showTitleLoader(this.$('.page-title .fontLoader'), this.$('.entityDetail')); Utils.showTitleLoader(this.$('.page-title .fontLoader'), this.$('.entityDetail'));
CommonViewFunction.deleteTag(_.extend({}, options, { CommonViewFunction.deleteTag(_.extend({}, options, {
hideLoader: that.hideLoader.bind(that),
callback: function() { callback: function() {
that.fetchCollection(); that.fetchCollection();
} }
......
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