diff --git a/module/execution/model.php b/module/execution/model.php index c30d3e92e0..c4fdb5bc3a 100755 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -5161,6 +5161,7 @@ class executionModel extends model } } + $this->config->execution->create->requiredFields = ''; $executionID = $this->create($executionData, array($this->app->user->account)); if($project->model == 'kanban') {