You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by zh...@apache.org on 2016/07/25 07:55:14 UTC

kylin git commit: KYLIN-1194-web-fix-filter-cubes-issue

Repository: kylin
Updated Branches:
  refs/heads/master ff9489382 -> 4229a28b0


KYLIN-1194-web-fix-filter-cubes-issue

Signed-off-by: Jason <ji...@163.com>


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

Branch: refs/heads/master
Commit: 4229a28b07315459306939d2f9f49d104d9a2bfb
Parents: ff94893
Author: zx chen <34...@qq.com>
Authored: Mon Jul 25 10:55:37 2016 +0800
Committer: Jason <ji...@163.com>
Committed: Mon Jul 25 15:54:17 2016 +0800

----------------------------------------------------------------------
 webapp/app/js/controllers/job.js | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/4229a28b/webapp/app/js/controllers/job.js
----------------------------------------------------------------------
diff --git a/webapp/app/js/controllers/job.js b/webapp/app/js/controllers/job.js
index ae963c3..05c1a87 100644
--- a/webapp/app/js/controllers/job.js
+++ b/webapp/app/js/controllers/job.js
@@ -68,6 +68,8 @@ KylinApp
                 statusIds.push(statusObj.value);
             });
 
+          $scope.cubeName=$scope.cubeName == ""?null:$scope.cubeName;
+          
             var jobRequest = {
                 cubeName: $scope.cubeName,
                 projectName: $scope.state.projectName,