This commit is contained in:
wangyidong
2017-03-27 15:25:54 +08:00
parent 65cffaf22b
commit dce2c6a5e8
6 changed files with 22 additions and 14 deletions
+1
View File
@@ -928,6 +928,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');