You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2015/04/26 06:22:43 UTC

[36/41] 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/f92e4023
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/f92e4023
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/f92e4023

Branch: refs/heads/streaming
Commit: f92e4023fece61068712b174ac14bae59d60008d
Parents: b5236d6
Author: jiazhong <ji...@ebay.com>
Authored: Fri Apr 10 14:46:55 2015 +0800
Committer: jiazhong <ji...@ebay.com>
Committed: Fri Apr 10 14:46:55 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/f92e4023/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({