summaryrefslogtreecommitdiff
path: root/kanboard
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-01-04 21:14:57 -0500
committerFrederic Guillot <fred@kanboard.net>2015-01-04 21:14:57 -0500
commitd1d04d6feeebeba2aea5333d7a4229fcec799f75 (patch)
tree51da4416973b2b60f3d50d5acddf2c4c258c1ff3 /kanboard
parent07b07c7697439dc0e6bdf87f65b4b3bd46f6bfc8 (diff)
Add subtasks export and move export actions to a specific controller
Diffstat (limited to 'kanboard')
-rwxr-xr-xkanboard1
1 files changed, 1 insertions, 0 deletions
diff --git a/kanboard b/kanboard
index 6c6d88a2..7a9e648b 100755
--- a/kanboard
+++ b/kanboard
@@ -7,6 +7,7 @@ use Symfony\Component\Console\Application;
$application = new Application('Kanboard', APP_VERSION);
$application->add(new Console\TaskOverdueNotification($container));
+$application->add(new Console\SubtaskExport($container));
$application->add(new Console\TaskExport($container));
$application->add(new Console\ProjectDailySummaryCalculation($container));
$application->add(new Console\ProjectDailySummaryExport($container));