diff --git a/module/testtask/control.php b/module/testtask/control.php index 6d1e366325..8c151aacc2 100644 --- a/module/testtask/control.php +++ b/module/testtask/control.php @@ -158,7 +158,7 @@ class testtask extends control $this->view->projects = $projects; $this->view->productID = $productID; $this->view->builds = $builds; - $this->view->users = $this->loadModel('user')->getPairs('noclosed|nodeleted'); + $this->view->users = $this->loadModel('user')->getPairs('noclosed|nodeleted|qdfirst'); $this->display(); }