Display same task summary on all task view pages

This commit is contained in:
Frederic Guillot
2016-08-13 20:23:04 -04:00
parent ada3e6f89d
commit 521379a350
9 changed files with 68 additions and 60 deletions

View File

@@ -40,6 +40,7 @@ class ActivityController extends BaseController
'task' => $task,
'project' => $this->projectModel->getById($task['project_id']),
'events' => $this->helper->projectActivity->getTaskEvents($task['id']),
'tags' => $this->taskTagModel->getList($task['id']),
)));
}
}