Add autocompletion in textarea for user mentions
This commit is contained in:
@@ -106,6 +106,7 @@ class AuthenticationProvider implements ServiceProviderInterface
|
||||
$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;
|
||||
}
|
||||
|
||||
@@ -42,7 +42,9 @@ class ClassProvider implements ServiceProviderInterface
|
||||
'ProjectNotification',
|
||||
'ProjectMetadata',
|
||||
'ProjectGroupRole',
|
||||
'ProjectGroupRoleFilter',
|
||||
'ProjectUserRole',
|
||||
'ProjectUserRoleFilter',
|
||||
'RememberMeSession',
|
||||
'Subtask',
|
||||
'SubtaskExport',
|
||||
|
||||
Reference in New Issue
Block a user