add priority

This commit is contained in:
DavidBadura
2015-02-06 17:05:29 +00:00
parent c2983029ce
commit b81cad6243
4 changed files with 55 additions and 1 deletions

View File

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