* fix bug #18039,task #47399, show html page when in client create bug/story/task/doc/todo

This commit is contained in:
chaideqing
2022-01-17 14:40:39 +08:00
parent 02bace4f99
commit 250d944b73
8 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -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);
}