Repository: kylin
Updated Branches:
  refs/heads/master 4a0ae6c7b -> 2dca5546c


KYLIN-1567 aggregation group generation update


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

Branch: refs/heads/master
Commit: 2dca5546c617550738f8e72c888486bbfceea3ef
Parents: 4a0ae6c
Author: Jason <jiat...@163.com>
Authored: Wed May 11 17:23:23 2016 +0800
Committer: Jason <jiat...@163.com>
Committed: Wed May 11 17:23:23 2016 +0800

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


http://git-wip-us.apache.org/repos/asf/kylin/blob/2dca5546/webapp/app/js/controllers/cubeEdit.js
----------------------------------------------------------------------
diff --git a/webapp/app/js/controllers/cubeEdit.js 
b/webapp/app/js/controllers/cubeEdit.js
index 7873b88..b1aa08a 100755
--- a/webapp/app/js/controllers/cubeEdit.js
+++ b/webapp/app/js/controllers/cubeEdit.js
@@ -598,7 +598,7 @@ KylinApp.controller('CubeEditCtrl', function ($scope, $q, 
$routeParams, $locatio
     var groups = [];
     var j = -1;
     for (var i = 0; i < groupItems.length; i++) {
-      if (i % 8 == 0) {
+      if (i % 11 == 0) {
         j++;
         groups[j] = [];
       }

Reply via email to