This commit is contained in:
孙广明
2022-07-14 09:09:48 +08:00
parent 7523d2bd35
commit 665901a969
+4
View File
@@ -342,6 +342,10 @@ class task extends control
{
$taskLink = $this->createLink('my', 'work', 'mode=task');
}
elseif($this->app->tab == 'project')
{
$taskLink = $this->createLink('project', 'execution', "browseType=all&projectID={$execution->project}");
}
else
{
$taskLink = $this->createLink('execution', 'browse', "executionID=$executionID");