This commit is contained in:
sgm0422
2017-08-21 14:17:18 +08:00
parent f294f9b181
commit 26ac9ca6b6
+2 -1
View File
@@ -139,7 +139,8 @@ class task extends control
}
$users = $this->loadModel('user')->getPairs('noclosed');
$stories = $this->story->getProjectStoryPairs($projectID);
$moduleIdList = $this->tree->getAllChildID($moduleID);
$stories = $this->story->getProjectStoryPairs($projectID, 0, 0, $moduleIdList);
$members = $this->project->getTeamMemberPairs($projectID, 'nodeleted');
$moduleOptionMenu = $this->tree->getTaskOptionMenu($projectID);