* Finish task #5067.
This commit is contained in:
@@ -146,6 +146,8 @@ class task extends control
|
||||
}
|
||||
elseif($this->post->after == 'toTaskList')
|
||||
{
|
||||
$moduleID = $this->post->module ? $this->post->module : 0;
|
||||
$taskLink = $this->createLink('project', 'task', "projectID=$projectID&browseType=byModule¶m=$moduleID");
|
||||
$response['locate'] = $taskLink;
|
||||
$this->send($response);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user