From a8ffa986c0a54f05bdad9bc94d5d8a516bd87899 Mon Sep 17 00:00:00 2001 From: liugang Date: Tue, 11 Oct 2022 15:22:59 +0800 Subject: [PATCH] * Fix bug of create default sprint. --- module/execution/model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/execution/model.php b/module/execution/model.php index f51455c324..0f0bfbb56b 100644 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -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')