*Fix Bug #1206
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user