This is an automated email from the ASF dual-hosted git repository. nic pushed a commit to branch 2.6.x in repository https://gitbox.apache.org/repos/asf/kylin.git
commit eb9f91697f7c142d731f1408ab1eacc5ae4abca8 Author: wukehua <[email protected]> AuthorDate: Thu Jan 23 11:26:41 2020 +0800 KYLIN-4359 Param Value should be required when creating a cube and adding a new measure --- webapp/app/partials/cubeDesigner/measures.html | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/app/partials/cubeDesigner/measures.html b/webapp/app/partials/cubeDesigner/measures.html index 482e17f..1a5adf4 100755 --- a/webapp/app/partials/cubeDesigner/measures.html +++ b/webapp/app/partials/cubeDesigner/measures.html @@ -163,6 +163,7 @@ on-select="measureReturnTypeUpdate()" on-remove="measureReturnTypeUpdate()" ng-model="newMeasure.function.parameter.value" + required > <ui-select-match placeholder="Select Measure" style="overflow: auto;">{{$select.selected}}</ui-select-match> <ui-select-choices repeat="column in measureParamValueColumn | filter:$select.search" style="word-break:break-all;">
