* Finish task #56910.

This commit is contained in:
zhouxudong
2022-06-14 01:47:39 +00:00
parent 4b8e8cd21e
commit 3fcccf17f1
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -979,6 +979,7 @@ class execution extends control
$this->view->branchID = empty($this->view->build->branch) ? $branchID : $this->view->build->branch;
$this->view->memberPairs = $memberPairs;
$this->view->type = $type;
$this->view->summary = $this->loadModel('bug')->summary($bugs);
$this->view->param = $param;
$this->view->defaultProduct = (empty($productID) and !empty($products)) ? current(array_keys($products)) : $productID;
$this->view->builds = $this->loadModel('build')->getBuildPairs($productID);