Improve ICal export

This commit is contained in:
Frederic Guillot
2016-06-26 16:14:27 -04:00
parent 82623f1a21
commit 9a95621599
3 changed files with 15 additions and 4 deletions

View File

@@ -367,6 +367,7 @@ class TaskFinderModel extends Base
'ua.name AS assignee_name',
'ua.username AS assignee_username',
'uc.email AS creator_email',
'uc.name AS creator_name',
'uc.username AS creator_username'
);
}