Repository: atlas
Updated Branches:
  refs/heads/master df9f5d276 -> ab316c9b3


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

Signed-off-by: Madhan Neethiraj <mad...@apache.org>


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

Branch: refs/heads/master
Commit: ab316c9b375931306111c7d075b99ecd50c81803
Parents: df9f5d2
Author: pratik24mac <pratik2...@gmail.com>
Authored: Fri Jan 5 17:22:24 2018 +0530
Committer: Madhan Neethiraj <mad...@apache.org>
Committed: Sun Jan 7 23:54:53 2018 -0800

----------------------------------------------------------------------
 dashboardv2/public/js/views/search/SearchResultLayoutView.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/ab316c9b/dashboardv2/public/js/views/search/SearchResultLayoutView.js
----------------------------------------------------------------------
diff --git a/dashboardv2/public/js/views/search/SearchResultLayoutView.js 
b/dashboardv2/public/js/views/search/SearchResultLayoutView.js
index 81816f3..ed8e0c4 100644
--- a/dashboardv2/public/js/views/search/SearchResultLayoutView.js
+++ b/dashboardv2/public/js/views/search/SearchResultLayoutView.js
@@ -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'] = {

Reply via email to