Repository: atlas
Updated Branches:
  refs/heads/0.8-incubating 54f4a7ffd -> 08dce4845


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/08dce484
Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/08dce484
Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/08dce484

Branch: refs/heads/0.8-incubating
Commit: 08dce4845f1052cff508d472b35e559ef150cd25
Parents: 54f4a7f
Author: kevalbhatt <kbh...@apache.org>
Authored: Fri Aug 4 15:15:36 2017 +0530
Committer: kevalbhatt <kbh...@apache.org>
Committed: Fri Aug 4 18:09:28 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/08dce484/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