This is an automated email from the ASF dual-hosted git repository.

shaofengshi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/master by this push:
     new 1af62e4  KYLIN-3738 Edit cube measure may make the decimal type change 
unexpectly revert KYLIN-2243 8c0c44b887e2caa21b097c2334f8d21c42462e80
1af62e4 is described below

commit 1af62e46516b7b9a31d3de5a1a7867f9cb51799b
Author: liapan <lia...@ebay.com>
AuthorDate: Mon Dec 24 19:12:23 2018 +0800

    KYLIN-3738 Edit cube measure may make the decimal type change unexpectly
    revert KYLIN-2243 8c0c44b887e2caa21b097c2334f8d21c42462e80
---
 webapp/app/js/controllers/cubeMeasures.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/webapp/app/js/controllers/cubeMeasures.js 
b/webapp/app/js/controllers/cubeMeasures.js
index f1821dd..fb5610f 100644
--- a/webapp/app/js/controllers/cubeMeasures.js
+++ b/webapp/app/js/controllers/cubeMeasures.js
@@ -58,7 +58,6 @@ KylinApp.controller('CubeMeasuresCtrl', function ($scope, 
$modal,MetaModel,cubes
     $scope.nextParameters = [];
     $scope.measureParamValueColumn=$scope.getCommonMetricColumns();
     $scope.newMeasure = (!!measure)? jQuery.extend(true, 
{},measure):CubeDescModel.createMeasure();
-    
$scope.newMeasure.function.returntype=$scope.newMeasure.function.returntype.replace(/\,\d+/,'');
     if(!!measure && measure.function.parameter.next_parameter){
       $scope.nextPara.value = measure.function.parameter.next_parameter.value;
     }

Reply via email to