From ea9d402587d6fbcb39080a5d9a26e94ff4575443 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 11 Apr 2015 17:38:41 -0400 Subject: Add column controller --- app/Model/Acl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Model') 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' => '*', -- cgit v1.2.3