From d20c27d18d8b979c8ce4bd2735efec7be90fc5b1 Mon Sep 17 00:00:00 2001 From: wangxuepeng Date: Wed, 22 Feb 2023 08:24:23 +0000 Subject: [PATCH] * Fix bug #32375. --- module/execution/model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/execution/model.php b/module/execution/model.php index 0750f50f27..0c03e019a4 100755 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -450,6 +450,7 @@ class executionModel extends model ->checkIF($sprint->end != '', 'end', 'ge', $sprint->begin) ->checkFlow() ->exec(); + /* Add the creater to the team. */ if(!dao::isError()) {