* fix bug#258
This commit is contained in:
@@ -41,6 +41,8 @@ class taskModel extends model
|
||||
->remove('after,files,labels')
|
||||
->get();
|
||||
|
||||
if($assignedTo) $task->assignedDate = helper::now();
|
||||
|
||||
$this->setStatus($task);
|
||||
|
||||
$this->dao->insert(TABLE_TASK)->data($task)
|
||||
|
||||
Reference in New Issue
Block a user