This commit is contained in:
DavidBadura
2015-02-06 17:31:13 +00:00
parent b81cad6243
commit a58ceedefc
5 changed files with 92 additions and 5 deletions

View File

@@ -192,6 +192,7 @@ class TaskManager
'description' => $task->getDescription(),
'project' => $task->getProject(),
'priority' => $task->getPriority(),
'tags' => $task->getTags(),
'due' => $task->getDue() ? $task->getDue()->format('Ymd\THis\Z') : null,
],
$task->getUuid()