Add task transitions csv export

This commit is contained in:
Frederic Guillot
2015-03-28 12:39:46 -04:00
parent 87d2c6d99e
commit 26fea9b96b
25 changed files with 281 additions and 37 deletions

View File

@@ -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'));
}
}