* Fix no data error.
This commit is contained in:
@@ -1606,6 +1606,7 @@ class execution extends control
|
||||
$this->view->teamMembers = $this->execution->getTeamMembers($executionID);
|
||||
$this->view->allProjects = $this->project->getPairsByModel($project->model, 'noclosed', $project->id);
|
||||
$this->view->parentStageList = isset($parentStageList) ? $parentStageList : array();
|
||||
$this->view->isStage = isset($project->model) && in_array($project->model, array('waterfall', 'waterfallplus'));
|
||||
|
||||
$this->display();
|
||||
}
|
||||
|
||||
@@ -276,6 +276,7 @@ if($project->model != 'waterfall' && $project->model != 'waterfallplus')
|
||||
set::name('branch[0][]'),
|
||||
set::control('picker'),
|
||||
set::multiple(true),
|
||||
set::items(array()),
|
||||
on::change('branchChange')
|
||||
)
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user