diff options
Diffstat (limited to 'app/Model/Acl.php')
-rw-r--r-- | app/Model/Acl.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Model/Acl.php b/app/Model/Acl.php index b1e9eb07..e93bf1d9 100644 --- a/app/Model/Acl.php +++ b/app/Model/Acl.php @@ -65,7 +65,7 @@ class Acl extends Base 'project' => array('edit', 'update', 'share', 'integration', 'users', 'alloweverybody', 'allow', 'setowner', 'revoke', 'duplicate', 'disable', 'enable'), 'swimlane' => '*', 'budget' => '*', - 'gantt' => '*', + 'gantt' => array('project', 'savetaskdate', 'task', 'savetask'), ); /** @@ -77,6 +77,7 @@ class Acl extends Base private $project_admin_acl = array( 'project' => array('remove'), 'projectuser' => '*', + 'gantt' => array('projects', 'saveprojectdate'), ); /** |