diff options
Diffstat (limited to 'app/Controller/Export.php')
-rw-r--r-- | app/Controller/Export.php | 10 |
1 files changed, 10 insertions, 0 deletions
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')); + } } |