diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-08-14 17:03:55 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-08-14 17:03:55 -0400 |
commit | 17a3781bd8c03e6b653104dbcb996a1ff1213959 (patch) | |
tree | 8cf5de301e55f62465d19f270109c6c7c49cc5ce /app/Model/Acl.php | |
parent | c6a4fbb3864d63a69a0b42d17f5c3037a73da961 (diff) |
Add Gantt chart for projects
Diffstat (limited to 'app/Model/Acl.php')
-rw-r--r-- | app/Model/Acl.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Model/Acl.php b/app/Model/Acl.php index 0840f44c..312ae7d4 100644 --- a/app/Model/Acl.php +++ b/app/Model/Acl.php @@ -65,6 +65,7 @@ class Acl extends Base 'project' => array('edit', 'update', 'share', 'integration', 'users', 'alloweverybody', 'allow', 'setowner', 'revoke', 'duplicate', 'disable', 'enable'), 'swimlane' => '*', 'budget' => '*', + 'gantt' => '*', ); /** |