diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-04-11 17:38:41 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-04-11 17:38:41 -0400 |
commit | ea9d402587d6fbcb39080a5d9a26e94ff4575443 (patch) | |
tree | acd1a97de1f7fd541529d154912ddde6eda3ce23 /app/Model | |
parent | 340f4f912b46ff711be304ecb3a12115f82e5f48 (diff) |
Add column controller
Diffstat (limited to 'app/Model')
-rw-r--r-- | app/Model/Acl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/Acl.php b/app/Model/Acl.php index 403c45d0..cc4d0528 100644 --- a/app/Model/Acl.php +++ b/app/Model/Acl.php @@ -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' => '*', |