* Fix bug of create waterfallplus's execution.

This commit is contained in:
liumengyi
2023-02-17 01:51:06 +00:00
parent 427406aa36
commit a0511e7710
6 changed files with 28 additions and 12 deletions
+1 -1
View File
@@ -1694,7 +1694,7 @@ class execution extends control
$lang->execution->typeList['sprint'] = $executionCommonLang;
}
elseif(!empty($project) and $project->model == 'waterfall')
elseif(!empty($project) and ($project->model == 'waterfall' or $project->model == 'waterfallplus'))
{
global $lang;
$lang->executionCommon = $lang->execution->stage;