* [refac bug #62482] compatible for ipd.

This commit is contained in:
wangyidong
2025-05-19 09:26:26 +08:00
committed by 刘刚
parent 5d4366674f
commit f812723dec
+1 -1
View File
@@ -1615,7 +1615,7 @@ class executionModel extends model
{
if(!$project) return $executions;
if(isset($project->model) && in_array($project->model, array('waterfall', 'waterfallplus')))
if(isset($project->model) && in_array($project->model, array('waterfall', 'waterfallplus', 'ipd')))
{
$executionProducts = array();
if($project->hasProduct && ($project->stageBy == 'product'))