* code for task#1487.

This commit is contained in:
chencongzhi520@gmail.com
2013-07-03 08:22:13 +00:00
parent af0bf604a9
commit 83a516fa9d

View File

@@ -296,7 +296,7 @@ class testtask extends control
$this->view->task = $task;
$this->view->projects = $this->product->getProjectPairs($productID);
$this->view->builds = $this->loadModel('build')->getProductBuildPairs($productID);
$this->view->users = $this->loadModel('user')->getPairs();
$this->view->users = $this->loadModel('user')->getPairs('nodeleted', $task->owner);
$this->display();
}