Add column controller

This commit is contained in:
Frederic Guillot
2015-04-11 17:38:41 -04:00
parent 340f4f912b
commit ea9d402587
7 changed files with 258 additions and 239 deletions

View File

@@ -51,8 +51,8 @@ class Acl extends Base
private $manager_acl = array(
'action' => '*',
'analytic' => '*',
'board' => array('movecolumn', 'edit', 'editcolumn', 'updatecolumn', 'add', 'remove'),
'category' => '*',
'column' => '*',
'export' => array('tasks', 'subtasks', 'summary'),
'project' => array('edit', 'update', 'share', 'integration', 'users', 'alloweverybody', 'allow', 'setowner', 'revoke', 'duplicate', 'disable', 'enable'),
'swimlane' => '*',