Repository: kylin Updated Branches: refs/heads/v1.6.0-rc1 772fa541a -> e094b7687
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/e094b768 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/e094b768 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/e094b768 Branch: refs/heads/v1.6.0-rc1 Commit: e094b76870bbc12ecf0a29e5ff23e4dfce7a0243 Parents: 772fa54 Author: kangkaisen <kangkai...@live.com> Authored: Tue Oct 25 22:27:54 2016 +0800 Committer: Jason <jiat...@163.com> Committed: Wed Oct 26 18:47:02 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/e094b768/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;