Repository: kylin
Updated Branches:
  refs/heads/master 807395787 -> 15d6063cf


KYLIN-2798 Can't rearrange the order of rowkey columns though web UI


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

Branch: refs/heads/master
Commit: 15d6063cf982ce3f0299631962f6582cec246460
Parents: 8073957
Author: zhengdong <zhe...@outlook.com>
Authored: Fri Aug 18 18:22:53 2017 +0800
Committer: chenzhx <c...@apache.org>
Committed: Mon Aug 21 13:35:51 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/kylin/blob/15d6063c/webapp/app/js/controllers/cubeAdvanceSetting.js
----------------------------------------------------------------------
diff --git a/webapp/app/js/controllers/cubeAdvanceSetting.js 
b/webapp/app/js/controllers/cubeAdvanceSetting.js
old mode 100644
new mode 100755
index 8041a12..73616f2
--- a/webapp/app/js/controllers/cubeAdvanceSetting.js
+++ b/webapp/app/js/controllers/cubeAdvanceSetting.js
@@ -102,7 +102,7 @@ KylinApp.controller('CubeAdvanceSettingCtrl', function 
($scope, $modal,cubeConfi
     }
   }
   $scope.sortableOptions = {
-    update:$scope.resortRowkey
+    stop:$scope.resortRowkey
   };
 
   $scope.addNewHierarchy = function(grp){

Reply via email to