1004150 Process modal dialog: no scrollbar when content overflow. Fixed for RunAsJob for Financial Report ( Ticket #1004121 ).
This commit is contained in:
parent
3aa0e36afd
commit
4b4e41a3ab
|
@ -285,7 +285,10 @@ public abstract class AbstractProcessDialog extends Window implements IProcessUI
|
|||
{
|
||||
Component component = event.getTarget();
|
||||
if (component == runAsJobField && event.getName().equals(Events.ON_CHECK))
|
||||
{
|
||||
notificationTypeField.getComponent().getParent().setVisible(runAsJobField.isChecked());
|
||||
centerPanel.invalidate();
|
||||
}
|
||||
else if (event.getName().equals(ON_COMPLETE))
|
||||
onComplete();
|
||||
else if (event.getName().equals(ON_STATUS_UPDATE))
|
||||
|
|
Loading…
Reference in New Issue