Merge branch 'zenops_44' into zenops_46

This commit is contained in:
liyuchun
2022-09-20 08:33:44 +08:00
1197 changed files with 936742 additions and 352 deletions
+1
View File
@@ -934,6 +934,7 @@ class bug extends control
$this->view->builds = $this->loadModel('build')->getBuildPairs($productID, 'all', '');
$this->view->preAndNext = $this->loadModel('common')->getPreAndNextObject('bug', $bugID);
$this->view->product = $product;
$this->view->linkCommits = $this->loadModel('repo')->getCommitsByObject($bugID, 'bug');
$this->view->projects = array('' => '') + $projects;