From 26fea9b96ba4376a54b5d55b207d3eac040160d7 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 28 Mar 2015 12:39:46 -0400 Subject: Add task transitions csv export --- app/Controller/Export.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'app/Controller') diff --git a/app/Controller/Export.php b/app/Controller/Export.php index 1997a4ea..b8f932c1 100644 --- a/app/Controller/Export.php +++ b/app/Controller/Export.php @@ -72,4 +72,14 @@ class Export extends Base { $this->common('projectDailySummary', 'getAggregatedMetrics', t('Summary'), 'summary', t('Daily project summary export')); } + + /** + * Transition export + * + * @access public + */ + public function transitions() + { + $this->common('transition', 'export', t('Transitions'), 'transitions', t('Task transitions export')); + } } -- cgit v1.2.3