Add bulk task modification in list view

This commit is contained in:
Frédéric Guillot
2018-06-06 11:07:12 -07:00
parent 653128cdb4
commit 2a299d33d1
39 changed files with 265 additions and 3 deletions

View File

@@ -107,6 +107,7 @@ class AuthenticationProvider implements ServiceProviderInterface
$acl->add('TaskCreationController', '*', Role::PROJECT_MEMBER);
$acl->add('TaskBulkController', '*', Role::PROJECT_MEMBER);
$acl->add('TaskBulkMoveColumnController', '*', Role::PROJECT_MEMBER);
$acl->add('TaskBulkChangePropertyController', '*', Role::PROJECT_MEMBER);
$acl->add('TaskDuplicationController', '*', Role::PROJECT_MEMBER);
$acl->add('TaskRecurrenceController', '*', Role::PROJECT_MEMBER);
$acl->add('TaskImportController', '*', Role::PROJECT_MANAGER);