Simplify dashboard to use new tasks list view
This commit is contained in:
@@ -129,9 +129,7 @@ class ClassProvider implements ServiceProviderInterface
|
||||
'TransitionExport',
|
||||
),
|
||||
'Pagination' => array(
|
||||
'TaskPagination',
|
||||
'SubtaskPagination',
|
||||
'ProjectPagination',
|
||||
'DashboardPagination',
|
||||
'UserPagination',
|
||||
),
|
||||
'Core' => array(
|
||||
|
||||
@@ -31,6 +31,7 @@ class FormatterProvider implements ServiceProviderInterface
|
||||
'TaskICalFormatter',
|
||||
'TaskListFormatter',
|
||||
'TaskListSubtaskFormatter',
|
||||
'TaskListSubtaskAssigneeFormatter',
|
||||
'TaskSuggestMenuFormatter',
|
||||
'UserAutoCompleteFormatter',
|
||||
'UserMentionFormatter',
|
||||
|
||||
Reference in New Issue
Block a user