ProcessForm: create top level procs per default

This is less confusing for beginners
This commit is contained in:
Thomas Gelf 2015-11-17 14:00:02 +01:00
parent 5ce4346cbd
commit 6fac82b3f9

View file

@ -67,8 +67,8 @@ class ProcessForm extends Form
'Where to show this process'
),
'multiOptions' => array(
'0' => $this->translate('Subprocess only'),
'1' => $this->translate('Toplevel Process'),
'0' => $this->translate('Subprocess only'),
)
));