IDEMPIERE-2816/IDEMPIERE-2351 Force background/foreground based on parameters / Peer review

This commit is contained in:
Carlos Ruiz 2018-10-06 18:11:21 +02:00
parent c32fa14dfb
commit 9c88349bb7
1 changed files with 1 additions and 0 deletions

View File

@ -387,6 +387,7 @@ public abstract class AbstractProcessDialog extends Window implements IProcessUI
} else if (process.isForceForeground()) {
runAsJobField.setChecked(false);
runAsJobField.setEnabled(false);
runAsJobField.setVisible(false);
}
notificationTypeField.getComponent().getParent().setVisible(runAsJobField.isChecked());
notificationTypeField.fillHorizontal();