Repository: kylin
Updated Branches:
  refs/heads/master 5cdd22523 -> 577052bd2


KYLIN-2127 UI bug fix for Extend Column

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


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

Branch: refs/heads/master
Commit: 577052bd2246ec1feb02771f11ca2642a8076c4b
Parents: 5cdd225
Author: kangkaisen <kangkai...@live.com>
Authored: Tue Oct 25 22:27:54 2016 +0800
Committer: Jason <jiat...@163.com>
Committed: Wed Oct 26 19:13:45 2016 +0800

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


http://git-wip-us.apache.org/repos/asf/kylin/blob/577052bd/webapp/app/js/controllers/cubeMeasures.js
----------------------------------------------------------------------
diff --git a/webapp/app/js/controllers/cubeMeasures.js 
b/webapp/app/js/controllers/cubeMeasures.js
index dcf26b7..938e918 100644
--- a/webapp/app/js/controllers/cubeMeasures.js
+++ b/webapp/app/js/controllers/cubeMeasures.js
@@ -229,7 +229,7 @@ KylinApp.controller('CubeMeasuresCtrl', function ($scope, 
$modal,MetaModel,cubes
     $scope.nextPara = {
       "type":"column",
       "value":"",
-      "next_parameter":{}
+      "next_parameter": null
     }
     if($scope.newMeasure){
       $scope.newMeasure.function.parameter.next_parameter = null;

Reply via email to