* merge task create for kanban.

This commit is contained in:
wangyidong
2015-09-11 08:55:52 +08:00
parent ace8ade51f
commit 8c0cd5821f
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -100,6 +100,14 @@ class task extends control
$this->sendmail($taskID, $actionID);
}
/* If link from no head then reload*/
if(isonlybody())
{
$response['locate'] = 'reload';
$response['target'] = 'parent';
$this->send($response);
}
/* Locate the browser. */
if($this->post->after == 'continueAdding')
{