From 1892333eebf838555c5b414932dff117218dfd9b Mon Sep 17 00:00:00 2001 From: zhengdong Date: Fri, 18 Aug 2017 18:22:53 +0800 Subject: [PATCH] KYLIN-2798 Can't rearrange the order of rowkey columns though web UI --- webapp/app/js/controllers/cubeAdvanceSetting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 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 8041a12c4..73616f257 --- 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){ -- 2.14.1