* Add scrum block module.

This commit is contained in:
leiyong
2020-08-20 15:49:26 +08:00
parent 1cced1537d
commit c82fc3ff60
6 changed files with 58 additions and 23 deletions
+1
View File
@@ -81,6 +81,7 @@ class task extends control
}
$project = $this->project->getById($projectID);
$taskLink = $this->createLink('project', 'browse', "projectID=$projectID&tab=task");
$storyLink = $this->session->storyList ? $this->session->storyList : $this->createLink('project', 'story', "projectID=$projectID");