Commit ab316c9b by pratik24mac Committed by Madhan Neethiraj

ATLAS-2339 : UI : Modifications in columns in Basic search result view affects DSL also.

parent df9f5d27
......@@ -575,7 +575,7 @@ define(['require',
nameCheck = 0,
columnToShow = null,
col = {};
if (this.value && this.searchTableColumns && (this.searchTableColumns[this.value.type] !== undefined)) {
if (this.value && this.value.searchType === "basic" && this.searchTableColumns && (this.searchTableColumns[this.value.type] !== undefined)) {
columnToShow = this.searchTableColumns[this.value.type] == null ? [] : this.searchTableColumns[this.value.type];
}
col['Check'] = {
......
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