diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-02-26 15:18:49 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-02-26 15:18:49 -0500 |
commit | 4a87fb34ba0a88303282923a73a8fef83d7aada3 (patch) | |
tree | 885aab3106a89130fea3aa83e4fe97526a37e43d /app/Core/Base.php | |
parent | 9bcf97a6c9110afd62b542b92d07d27f945eda96 (diff) |
Display tags in task list view
Diffstat (limited to 'app/Core/Base.php')
-rw-r--r-- | app/Core/Base.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Core/Base.php b/app/Core/Base.php index 17ed5b33..3cc5199a 100644 --- a/app/Core/Base.php +++ b/app/Core/Base.php @@ -74,6 +74,7 @@ use Pimple\Container; * @property \Kanboard\Formatter\TaskCalendarFormatter $taskCalendarFormatter * @property \Kanboard\Formatter\TaskGanttFormatter $taskGanttFormatter * @property \Kanboard\Formatter\TaskICalFormatter $taskICalFormatter + * @property \Kanboard\Formatter\TaskListFormatter $taskListFormatter * @property \Kanboard\Formatter\TaskSuggestMenuFormatter $taskSuggestMenuFormatter * @property \Kanboard\Formatter\UserAutoCompleteFormatter $userAutoCompleteFormatter * @property \Kanboard\Formatter\UserMentionFormatter $userMentionFormatter |