* [bug#126104,done,0.5h] filter projects of not multiple.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user