IDEMPIERE-2816/IDEMPIERE-2351 Force background/foreground based on parameters / Peer review
This commit is contained in:
parent
c32fa14dfb
commit
9c88349bb7
|
@ -387,6 +387,7 @@ public abstract class AbstractProcessDialog extends Window implements IProcessUI
|
||||||
} else if (process.isForceForeground()) {
|
} else if (process.isForceForeground()) {
|
||||||
runAsJobField.setChecked(false);
|
runAsJobField.setChecked(false);
|
||||||
runAsJobField.setEnabled(false);
|
runAsJobField.setEnabled(false);
|
||||||
|
runAsJobField.setVisible(false);
|
||||||
}
|
}
|
||||||
notificationTypeField.getComponent().getParent().setVisible(runAsJobField.isChecked());
|
notificationTypeField.getComponent().getParent().setVisible(runAsJobField.isChecked());
|
||||||
notificationTypeField.fillHorizontal();
|
notificationTypeField.fillHorizontal();
|
||||||
|
|
Loading…
Reference in New Issue