diff options
Diffstat (limited to 'app/Model/TaskFilter.php')
-rw-r--r-- | app/Model/TaskFilter.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Model/TaskFilter.php b/app/Model/TaskFilter.php index cede59e3..d72af68c 100644 --- a/app/Model/TaskFilter.php +++ b/app/Model/TaskFilter.php @@ -726,6 +726,7 @@ class TaskFilter extends Base $end = $task['date_due'] ?: $start; $bars[] = array( + 'type' => 'task', 'id' => $task['id'], 'title' => $task['title'], 'start' => array( |