* [bug#126104,done,0.5h] filter projects of not multiple.

This commit is contained in:
zhouxin
2024-08-28 14:30:18 +08:00
committed by 宋辰轩
parent 86766740b0
commit f5cdbaafe5
+1 -1
View File
@@ -1215,7 +1215,7 @@ class execution extends control
$this->view->currentPlan = $linkedObjects->currentPlan;
$this->view->branchGroups = $this->execution->getBranchByProduct(array_keys($linkedObjects->linkedProducts), $execution->project, 'noclosed', $linkedObjects->linkedBranchList);
$this->view->teamMembers = $this->execution->getTeamMembers($executionID);
$this->view->allProjects = $this->project->getPairsByModel($project->model, 'noclosed', $project->id);
$this->view->allProjects = $this->project->getPairsByModel($project->model, 'noclosed|multiple', $project->id);
$this->view->parentStageList = isset($parentStageList) ? $parentStageList : array();
$this->view->isStage = isset($project->model) && in_array($project->model, array('waterfall', 'waterfallplus'));
$this->display();