* fix bug #18039,task #47399, show html page when in client create bug/story/task/doc/todo
This commit is contained in:
@@ -146,7 +146,7 @@ class task extends control
|
||||
/* Locate the browser. */
|
||||
if($this->app->getViewType() == 'xhtml')
|
||||
{
|
||||
$taskLink = $this->createLink('task', 'view', "taskID=$taskID");
|
||||
$taskLink = $this->createLink('task', 'view', "taskID=$taskID", 'html');
|
||||
$response['locate'] = $taskLink;
|
||||
return $this->send($response);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user