You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ma...@apache.org on 2015/05/15 07:22:16 UTC

[47/52] [abbrv] incubator-kylin git commit: KYLIN-667

KYLIN-667


Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/2dda4e1d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/2dda4e1d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/2dda4e1d

Branch: refs/heads/0.8.0
Commit: 2dda4e1d5e3cba9139b92996e43c20da7ae71feb
Parents: a35133a
Author: jiazhong <ji...@ebay.com>
Authored: Fri Apr 10 14:46:55 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Fri May 15 11:39:11 2015 +0800

----------------------------------------------------------------------
 webapp/app/js/controllers/query.js | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/2dda4e1d/webapp/app/js/controllers/query.js
----------------------------------------------------------------------
diff --git a/webapp/app/js/controllers/query.js b/webapp/app/js/controllers/query.js
index 4cf699f..16dffe3 100644
--- a/webapp/app/js/controllers/query.js
+++ b/webapp/app/js/controllers/query.js
@@ -354,8 +354,11 @@ KylinApp
 
         $scope.refreshCurQuery = function () {
             $scope.curQuery = this.query;
-
-        }
+            $scope.curQuery.result = {
+                isResponsePartial: false
+            };
+            $scope.query($scope.curQuery);
+        };
 
         $scope.showSavePanel = function () {
             $modal.open({