This commit is contained in:
王怡栋
2022-04-02 15:53:38 +08:00
parent 1deb2c4f25
commit 3f74884813
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -207,6 +207,11 @@ class task extends control
elseif($this->post->after == 'toStoryList')
{
$response['locate'] = $this->createLink('execution', 'story', "executionID=$executionID");
if($this->config->vision == 'lite')
{
$projectID = $this->dao->select('project')->from(TABLE_EXECUTION)->where('id')->eq($executionID)->fetch('project');
$response['locate'] = $this->createLink('projectstory', 'story', "projectID=$projectID");
}
return $this->send($response);
}
else