Refactoring/rewrite of modal boxes handling
This commit is contained in:
@@ -88,7 +88,6 @@ class AuthenticationProvider implements ServiceProviderInterface
|
||||
$acl->add('ExportController', '*', Role::PROJECT_MANAGER);
|
||||
$acl->add('TaskFileController', array('screenshot', 'create', 'save', 'remove', 'confirm'), Role::PROJECT_MEMBER);
|
||||
$acl->add('TaskGanttController', '*', Role::PROJECT_MANAGER);
|
||||
$acl->add('TaskGanttCreationController', '*', Role::PROJECT_MANAGER);
|
||||
$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);
|
||||
|
||||
Reference in New Issue
Block a user