* [bug#54768] The execution of the IPD project also has parent stage.

This commit is contained in:
hufangzhou
2025-01-13 09:47:18 +08:00
committed by 王于听
parent 9e29cf59ec
commit 04e99e6fef
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ $fields->field('project')
->items(data('allProjects'))
->value(data('projectID'));
if(!empty($project) && ($project->model == 'waterfall' || $project->model == 'waterfallplus'))
if(!empty($project) && in_array($project->model, $config->project->waterfallList))
{
$fields->field('parent')
->wrapBefore(true)