* [bug#68604,done,1h,0h] Fix create notMultiple project error.

This commit is contained in:
wangyuting
2025-12-25 13:40:34 +08:00
parent bd132150f9
commit 1fb1d473ba
+1
View File
@@ -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')
{