Repository: atlas
Updated Branches:
  refs/heads/master daf6c0267 -> c585b60de


ATLAS-2021 : UI Regression : Tags Tab in Entity details page not loaded.


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

Branch: refs/heads/master
Commit: c585b60de737a4c8e8974f2752a92ec1f659d6e3
Parents: daf6c02
Author: kevalbhatt <kbh...@apache.org>
Authored: Fri Aug 4 15:15:36 2017 +0530
Committer: kevalbhatt <kbh...@apache.org>
Committed: Fri Aug 4 18:07:10 2017 +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/c585b60d/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 bac8b4b..1ed6c0d 100644
--- a/dashboardv2/public/js/views/tag/TagDetailTableLayoutView.js
+++ b/dashboardv2/public/js/views/tag/TagDetailTableLayoutView.js
@@ -134,7 +134,7 @@ define(['require',
                             formatter: _.extend({}, 
Backgrid.CellFormatter.prototype, {
                                 fromRaw: function(rawValue, model) {
                                     var values = model.get('attributes');
-                                    var data = 
that.classificationDefCollection.findWhere({ 'name': model.get('typeName') });
+                                    var data = 
that.classificationDefCollection.fullCollection.findWhere({ 'name': 
model.get('typeName') });
                                     var attributeDefs = 
Utils.getNestedSuperTypeObj({ data: data.toJSON(), collection: 
that.classificationDefCollection, attrMerge: true });
                                     var tagValue = 'NA',
                                         dataType;

Reply via email to