diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-01-17 17:27:34 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-01-17 17:27:34 -0500 |
commit | 74e4a7b0642b18d9aaa71dd72359495c5dc99107 (patch) | |
tree | 9bfd7dc1b49c7634536e4226af082dba8d1d8369 /app/Controller | |
parent | 84b0f0df90442775b9122457648f06c9485df1f1 (diff) |
Add top links to the calendar
Diffstat (limited to 'app/Controller')
-rw-r--r-- | app/Controller/Base.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Controller/Base.php b/app/Controller/Base.php index 8a5354aa..48ce62fa 100644 --- a/app/Controller/Base.php +++ b/app/Controller/Base.php @@ -36,6 +36,7 @@ use Symfony\Component\EventDispatcher\Event; * @property \Model\ProjectAnalytic $projectAnalytic * @property \Model\ProjectDailySummary $projectDailySummary * @property \Model\SubTask $subTask + * @property \Model\Swimlane $swimlane * @property \Model\Task $task * @property \Model\TaskCreation $taskCreation * @property \Model\TaskModification $taskModification @@ -43,6 +44,7 @@ use Symfony\Component\EventDispatcher\Event; * @property \Model\TaskHistory $taskHistory * @property \Model\TaskExport $taskExport * @property \Model\TaskFinder $taskFinder + * @property \Model\TaskFilter $taskFilter * @property \Model\TaskPosition $taskPosition * @property \Model\TaskPermission $taskPermission * @property \Model\TaskStatus $taskStatus |