Add section for predefined contents

This commit is contained in:
Frederic Guillot
2017-10-30 16:46:39 -07:00
parent 0a3f2a6a32
commit 48b40ec7bf
35 changed files with 137 additions and 6 deletions

View File

@@ -92,6 +92,7 @@ class AuthenticationProvider implements ServiceProviderInterface
$acl->add('ProjectViewController', array('share', 'updateSharing', 'integrations', 'updateIntegrations', 'notifications', 'updateNotifications', 'duplicate', 'doDuplication'), Role::PROJECT_MANAGER);
$acl->add('ProjectPermissionController', '*', Role::PROJECT_MANAGER);
$acl->add('ProjectEditController', '*', Role::PROJECT_MANAGER);
$acl->add('ProjectPredefinedContentController', '*', Role::PROJECT_MANAGER);
$acl->add('ProjectFileController', '*', Role::PROJECT_MEMBER);
$acl->add('ProjectUserOverviewController', '*', Role::PROJECT_MANAGER);
$acl->add('ProjectStatusController', '*', Role::PROJECT_MANAGER);