Added plugin controller (WIP)

This commit is contained in:
Frederic Guillot
2016-05-18 22:07:49 -04:00
parent bfd59d9e54
commit 49f43090b2
12 changed files with 116 additions and 20 deletions

View File

@@ -130,6 +130,7 @@ class AuthenticationProvider implements ServiceProviderInterface
$acl->add('AvatarFile', 'show', Role::APP_PUBLIC);
$acl->add('Config', '*', Role::APP_ADMIN);
$acl->add('PluginController', '*', Role::APP_ADMIN);
$acl->add('Currency', '*', Role::APP_ADMIN);
$acl->add('Gantt', array('projects', 'saveProjectDate'), Role::APP_MANAGER);
$acl->add('GroupListController', '*', Role::APP_ADMIN);