Import automatic actions from another project

This commit is contained in:
Frederic Guillot
2016-03-05 13:39:55 -05:00
parent 9983e1422b
commit 1e169ae16c
5 changed files with 68 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ class AuthenticationProvider implements ServiceProviderInterface
$acl->setRoleHierarchy(Role::PROJECT_MEMBER, array(Role::PROJECT_VIEWER));
$acl->add('Action', '*', Role::PROJECT_MANAGER);
$acl->add('ActionProject', '*', Role::PROJECT_MANAGER);
$acl->add('Analytic', '*', Role::PROJECT_MANAGER);
$acl->add('Board', 'save', Role::PROJECT_MEMBER);
$acl->add('BoardPopover', '*', Role::PROJECT_MEMBER);