* adjust user list order.

This commit is contained in:
wangchunsheng
2012-12-24 01:01:12 +00:00
parent 27dbf21c0b
commit 5f7282aa6a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ class testtask extends control
$this->view->productID = $productID;
$this->view->productName = $this->products[$productID];
$this->view->task = $task;
$this->view->users = $this->loadModel('user')->getPairs('noclosed');
$this->view->users = $this->loadModel('user')->getPairs('noclosed,nodeleted,qafirst');
$this->view->moduleTree = $this->loadModel('tree')->getTreeMenu($productID, $viewType = 'case', $startModuleID = 0, array('treeModel', 'createTestTaskLink'), $extra = $taskID);
$this->view->browseType = $browseType;
$this->view->param = $param;