* Fix bug of create default sprint.

This commit is contained in:
liugang
2022-10-11 15:25:06 +08:00
parent a87a67c1f1
commit a8ffa986c0
+1
View File
@@ -5029,6 +5029,7 @@ class executionModel extends model
$_POST['PM'] = '';
$_POST['RD'] = '';
$_POST['multiple'] = '0';
$_POST['hasProduct'] = $project->hasProduct;
$executionID = $this->create();
if($project->model == 'kanban')