* adjust code for managecontacts method.
* add buildcontactlists method which is fetched in story, bug, task and testtask create method.
This commit is contained in:
@@ -154,7 +154,6 @@ class testtask extends control
|
||||
$this->view->productID = $productID;
|
||||
$this->view->builds = $builds;
|
||||
$this->view->users = $this->loadModel('user')->getPairs('noclosed|nodeleted|qdfirst');
|
||||
$this->view->contactLists = $this->user->getContactLists($this->app->user->account, 'withnote');
|
||||
|
||||
$this->display();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user