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

nic 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 147109e  KYLIN-4359 Param Value should be required when creating a 
cube and adding a new measure
147109e is described below

commit 147109e72fbe52e7a8ce0dce4bbf0d7779249937
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 2e11fe3..87f192d 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;">

Reply via email to