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 2015/06/17 11:55:59 UTC

incubator-kylin git commit: KYLIN-837, fix submit build type when refresh cube

Repository: incubator-kylin
Updated Branches:
  refs/heads/0.8 3af7f9d14 -> aa238a89d


KYLIN-837,fix submit build type when refresh cube


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

Branch: refs/heads/0.8
Commit: aa238a89d5d8429b68a473b9950c45b27e140432
Parents: 3af7f9d
Author: jiazhong <ji...@ebay.com>
Authored: Wed Jun 17 17:55:43 2015 +0800
Committer: jiazhong <ji...@ebay.com>
Committed: Wed Jun 17 17:55:43 2015 +0800

----------------------------------------------------------------------
 webapp/app/js/controllers/cube.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/aa238a89/webapp/app/js/controllers/cube.js
----------------------------------------------------------------------
diff --git a/webapp/app/js/controllers/cube.js b/webapp/app/js/controllers/cube.js
index 7a63aa4..871575b 100755
--- a/webapp/app/js/controllers/cube.js
+++ b/webapp/app/js/controllers/cube.js
@@ -325,7 +325,7 @@ KylinApp.controller('CubeCtrl', function ($scope, AccessService, MessageService,
                         return $scope.metaModel;
                     },
                     buildType: function () {
-                        return 'BUILD';
+                        return 'REFRESH';
                     }
                 }
             });