This commit is contained in:
wangxuepeng
2024-01-11 09:52:23 +08:00
parent 138f199b5a
commit 4ce033e984
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -976,7 +976,7 @@ class testtask extends control
$this->view->type = $type;
$this->view->builds = $this->loadModel('build')->getBuildPairs(array($case->product), $case->branch);
$this->view->users = $this->loadModel('user')->getPairs('noclosed, noletter');
$this->view->testtasks = $this->testtask->getPairs($case->product);
$this->view->testtasks = $this->testtask->getPairs($case->product, 0, 0, false);
$this->display();
}