Commit c585b60d by kevalbhatt

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

parent daf6c026
...@@ -134,7 +134,7 @@ define(['require', ...@@ -134,7 +134,7 @@ define(['require',
formatter: _.extend({}, Backgrid.CellFormatter.prototype, { formatter: _.extend({}, Backgrid.CellFormatter.prototype, {
fromRaw: function(rawValue, model) { fromRaw: function(rawValue, model) {
var values = model.get('attributes'); 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 attributeDefs = Utils.getNestedSuperTypeObj({ data: data.toJSON(), collection: that.classificationDefCollection, attrMerge: true });
var tagValue = 'NA', var tagValue = 'NA',
dataType; dataType;
......
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