Add predefined templates for task descriptions
This commit is contained in:
@@ -93,6 +93,7 @@ class AuthenticationProvider implements ServiceProviderInterface
|
||||
$acl->add('ProjectPermissionController', '*', Role::PROJECT_MANAGER);
|
||||
$acl->add('ProjectEditController', '*', Role::PROJECT_MANAGER);
|
||||
$acl->add('ProjectPredefinedContentController', '*', Role::PROJECT_MANAGER);
|
||||
$acl->add('PredefinedTaskDescriptionController', '*', Role::PROJECT_MANAGER);
|
||||
$acl->add('ProjectFileController', '*', Role::PROJECT_MEMBER);
|
||||
$acl->add('ProjectUserOverviewController', '*', Role::PROJECT_MANAGER);
|
||||
$acl->add('ProjectStatusController', '*', Role::PROJECT_MANAGER);
|
||||
|
||||
@@ -47,6 +47,7 @@ class ClassProvider implements ServiceProviderInterface
|
||||
'LinkModel',
|
||||
'NotificationModel',
|
||||
'PasswordResetModel',
|
||||
'PredefinedTaskDescriptionModel',
|
||||
'ProjectModel',
|
||||
'ProjectFileModel',
|
||||
'ProjectActivityModel',
|
||||
@@ -118,6 +119,7 @@ class ClassProvider implements ServiceProviderInterface
|
||||
'TaskLinkValidator',
|
||||
'TaskValidator',
|
||||
'UserValidator',
|
||||
'PredefinedTaskDescriptionValidator',
|
||||
),
|
||||
'Import' => array(
|
||||
'TaskImport',
|
||||
|
||||
Reference in New Issue
Block a user