* adjust for task #2925.

This commit is contained in:
chenfeiCF
2017-03-21 10:09:04 +08:00
parent 462b040505
commit 741a5ac94b
5 changed files with 21 additions and 11 deletions
+1
View File
@@ -888,6 +888,7 @@ class testtask extends control
}
$this->view->case = $case;
$this->view->runID = $runID;
$this->view->results = $results;
$this->view->builds = $this->loadModel('build')->getProductBuildPairs($case->product, $branch = 0, $params = '');
$this->view->users = $this->loadModel('user')->getPairs('noclosed, noletter');