Change default workflow status to draft
MAILPOET-4264
This commit is contained in:
committed by
Veljko V
parent
2bf59eab9a
commit
12b677ce5e
@ -34,7 +34,6 @@ class CreateWorkflowFromTemplateController {
|
||||
throw UnexpectedValueException::create()->withMessage('Template not found.');
|
||||
}
|
||||
|
||||
$workflow->setDraft();
|
||||
$this->storage->createWorkflow($workflow);
|
||||
return $workflow;
|
||||
}
|
||||
|
Reference in New Issue
Block a user