* Finish task #44354.

This commit is contained in:
liumengyi
2021-11-16 17:05:18 +08:00
parent 7e0234fde1
commit d778a69a90
2 changed files with 37 additions and 1 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ class report extends control
$this->view->end = $end;
$this->view->bugs = $this->report->getBugs($begin, $end, $product, $execution);
$this->view->users = $this->loadModel('user')->getPairs('noletter|noclosed|nodeleted');
$this->view->executions = array('' => '') + $this->loadModel('execution')->getPairs();
$this->view->executions = array('' => '') + $this->report->getProjectExecutions();
$this->view->products = array('' => '') + $this->loadModel('product')->getPairs();
$this->view->execution = $execution;
$this->view->product = $product;