* Fix bug.

This commit is contained in:
zhouxin
2022-05-18 07:50:26 +00:00
parent 094db2e505
commit c5be32065d
-1
View File
@@ -1060,7 +1060,6 @@ class project extends control
$this->view->builds = $this->loadModel('build')->getBuildPairs($productID);
$this->view->users = $this->user->getPairs('noletter');
$this->view->memberPairs = $this->user->getPairs('noletter|noclosed');
$this->view->openedBuilds = $this->build->getBuildPairs($productID, $bug->branch, 'noempty,noterminate,nodone,withbranch', $projectID, 'project');
$this->view->branchOption = $branchOption;
$this->view->branchTagOption = $branchTagOption;
$this->view->executions = $executions;