Add missing subtask permissions for project viewer role

This commit is contained in:
Frederic Guillot
2017-06-18 22:16:55 -04:00
parent e70f904ed4
commit ec5ec2ea81
3 changed files with 7 additions and 2 deletions

View File

@@ -97,6 +97,7 @@ class AuthenticationProvider implements ServiceProviderInterface
$acl->add('ProjectStatusController', '*', Role::PROJECT_MANAGER);
$acl->add('ProjectTagController', '*', Role::PROJECT_MANAGER);
$acl->add('SubtaskController', '*', Role::PROJECT_MEMBER);
$acl->add('SubtaskConverterController', '*', Role::PROJECT_MEMBER);
$acl->add('SubtaskRestrictionController', '*', Role::PROJECT_MEMBER);
$acl->add('SubtaskStatusController', '*', Role::PROJECT_MEMBER);
$acl->add('SwimlaneController', '*', Role::PROJECT_MANAGER);