* [refac bug #62482] compatible for ipd.
This commit is contained in:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user