* Fix no data error.

This commit is contained in:
caoyanyi
2023-09-07 15:02:25 +08:00
parent 12fb82ab47
commit 79092b0d9a
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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();
}
+1
View File
@@ -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')
)
),