Commit fa11d13a by kevalbhatt Committed by Madhan Neethiraj

ATLAS-2046: UI Regression - Columns Filter not listing all attributes of a datatype

parent 37629854
...@@ -637,6 +637,7 @@ define(['require', ...@@ -637,6 +637,7 @@ define(['require',
} }
}) })
}; };
}
if (this.value && this.value.searchType === "basic") { if (this.value && this.value.searchType === "basic") {
var def = this.entityDefCollection.fullCollection.find({ name: this.value.type }); var def = this.entityDefCollection.fullCollection.find({ name: this.value.type });
if (def) { if (def) {
...@@ -680,7 +681,6 @@ define(['require', ...@@ -680,7 +681,6 @@ define(['require',
}); });
} }
} }
}
return this.searchCollection.constructor.getTableCols(col, this.searchCollection); return this.searchCollection.constructor.getTableCols(col, this.searchCollection);
}, },
addTagModalView: function(guid, multiple) { addTagModalView: function(guid, multiple) {
......
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