* adjust code for bug#230

This commit is contained in:
chencongzhi520@gmail.com
2011-09-18 01:24:07 +00:00
parent df6a51c73c
commit 6af4544fa4
4 changed files with 5 additions and 25 deletions

View File

@@ -99,7 +99,7 @@ class testtask extends control
$this->view->position[] = html::a($this->createLink('testtask', 'browse', "productID=$productID"), $this->products[$productID]);
$this->view->position[] = $this->lang->testtask->create;
$this->view->projects = $this->loadModel('project')->filterDeleted($this->product->getProjectPairs($productID));
$this->view->projects = $this->product->getProjectPairs($productID, $params = 'nodeleted');
$this->view->builds = $this->loadModel('build')->getProductBuildPairs($productID);
$this->view->users = $this->loadModel('user')->getPairs('noclosed|nodeleted');