Add metadata for users, tasks and projects

This commit is contained in:
Frederic Guillot
2015-10-17 15:27:43 -04:00
parent 9153c6ff0d
commit 9283fb88d8
15 changed files with 553 additions and 56 deletions

View File

@@ -41,6 +41,7 @@ class ClassProvider implements ServiceProviderInterface
'ProjectIntegration',
'ProjectPermission',
'ProjectNotification',
'ProjectMetadata',
'Subtask',
'SubtaskExport',
'SubtaskTimeTracking',
@@ -59,6 +60,7 @@ class ClassProvider implements ServiceProviderInterface
'TaskStatus',
'TaskValidator',
'TaskImport',
'TaskMetadata',
'Transition',
'User',
'UserImport',
@@ -67,6 +69,7 @@ class ClassProvider implements ServiceProviderInterface
'UserNotificationType',
'UserNotificationFilter',
'UserUnreadNotification',
'UserMetadata',
),
'Formatter' => array(
'TaskFilterGanttFormatter',