* Add notes.

This commit is contained in:
tianshujie98
2020-09-17 08:23:11 +08:00
parent e8875195b2
commit 4e67efa330
+2
View File
@@ -177,6 +177,8 @@ class task extends control
$members = $this->project->getTeamMemberPairs($projectID, 'nodeleted');
$showAllModule = isset($this->config->project->task->allModule) ? $this->config->project->task->allModule : '';
$moduleOptionMenu = $this->tree->getTaskOptionMenu($projectID, 0, 0, $showAllModule ? 'allModule' : '');
/* Fix bug #3381. When the story module is the root module. */
if($storyID)
{
$task->module = $this->dao->findByID($storyID)->from(TABLE_STORY)->fetch('module');