From 6fac82b3f94fdeecebff07c795a4826bdfc6a79a Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 17 Nov 2015 14:00:02 +0100 Subject: [PATCH] ProcessForm: create top level procs per default This is less confusing for beginners --- application/forms/ProcessForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/forms/ProcessForm.php b/application/forms/ProcessForm.php index 2fda9fd..a238de9 100644 --- a/application/forms/ProcessForm.php +++ b/application/forms/ProcessForm.php @@ -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'), ) ));