ATLAS-2946 : UI - Tags tab doesn't renders in Entity Details page if there are 
25+ classifications


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

Branch: refs/heads/branch-0.8
Commit: 5af729c851bcd691037546f0674692b1d942456d
Parents: 6dcf309
Author: kevalbhatt <kbh...@apache.org>
Authored: Wed Oct 31 20:05:01 2018 +0530
Committer: kevalbhatt <kbh...@apache.org>
Committed: Fri Nov 2 12:07:34 2018 +0530

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


http://git-wip-us.apache.org/repos/asf/atlas/blob/5af729c8/dashboardv2/public/js/views/tag/TagDetailTableLayoutView.js
----------------------------------------------------------------------
diff --git a/dashboardv2/public/js/views/tag/TagDetailTableLayoutView.js 
b/dashboardv2/public/js/views/tag/TagDetailTableLayoutView.js
index b3e645e..141cfa3 100644
--- a/dashboardv2/public/js/views/tag/TagDetailTableLayoutView.js
+++ b/dashboardv2/public/js/views/tag/TagDetailTableLayoutView.js
@@ -82,7 +82,7 @@ define(['require',
                         }
                     }
                 });
-                this.tagTermCollection.set(tagTermList);
+                this.tagTermCollection.fullCollection.reset(tagTermList);
                 this.commonTableOptions = {
                     collection: this.tagTermCollection,
                     includeFilter: false,

Reply via email to