Validate mandatory fields, inform the user and allow the user to fill them without cancelling the report/process
This commit is contained in:
parent
953abf870c
commit
5b3e0af93f
|
@ -417,6 +417,8 @@ public class ProcessModalDialog extends Window implements EventListener<Event>,
|
||||||
}
|
}
|
||||||
|
|
||||||
private void onOK() {
|
private void onOK() {
|
||||||
|
if (!parameterPanel.validateParameters())
|
||||||
|
return;
|
||||||
this.startProcess();
|
this.startProcess();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue