* adjust code for managecontacts method.

* add buildcontactlists method which is fetched in story, bug, task and testtask create method.
This commit is contained in:
chenfeiCF
2016-04-29 13:22:37 +08:00
parent dd039abb6f
commit 66d2f40056
11 changed files with 72 additions and 74 deletions
-1
View File
@@ -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();
}