From 665901a969bdc651a880c47b5c0e42eef294dc2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B9=BF=E6=98=8E?= Date: Thu, 14 Jul 2022 09:09:09 +0800 Subject: [PATCH] * Fix bug #25226. --- module/task/control.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/module/task/control.php b/module/task/control.php index 8cb9eedb1b..d8b8523d93 100755 --- a/module/task/control.php +++ b/module/task/control.php @@ -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");