This commit is contained in:
wangyuting
2022-11-23 03:18:45 +00:00
parent c3b5086237
commit 887afd1a5c
+2 -2
View File
@@ -74,8 +74,8 @@ class build extends control
$this->project->setMenu($projectID);
$executions = $this->execution->getPairs($projectID, 'all', 'stagefilter');
$executionID = empty($executionID) ? key($executions) : $executionID;
$productGroups = $this->product->getProducts($projectID);
$branchGroups = $this->project->getBranchesByProject($projectID);
$productGroups = $this->product->getProducts($executionID);
$branchGroups = $this->project->getBranchesByProject($executionID);
$this->session->set('project', $projectID);
}
elseif($this->app->tab == 'execution')