Improve subtask toggle status and timer
This commit is contained in:
@@ -97,7 +97,6 @@ class AuthenticationProvider implements ServiceProviderInterface
|
||||
$acl->add('TaskExternalLink', array('show'), Role::PROJECT_VIEWER);
|
||||
$acl->add('Taskmodification', '*', Role::PROJECT_MEMBER);
|
||||
$acl->add('Taskstatus', '*', Role::PROJECT_MEMBER);
|
||||
$acl->add('Timer', '*', Role::PROJECT_MEMBER);
|
||||
$acl->add('UserHelper', array('mention'), Role::PROJECT_MEMBER);
|
||||
|
||||
return $acl;
|
||||
|
||||
Reference in New Issue
Block a user