diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-03-12 23:03:51 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-03-12 23:03:51 -0400 |
commit | 4700139a86d1ef44eabe43edb5a4abff9c645811 (patch) | |
tree | a4bf846ff610a59d91fa6d0405b0460dbd2d9e31 /app/Model/Acl.php | |
parent | 925ede9b48bef67739d26f0d0a394342f2d8edf0 (diff) |
Start to develop the budget module
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 56938f9d..b52a7864 100644 --- a/app/Model/Acl.php +++ b/app/Model/Acl.php @@ -56,6 +56,7 @@ class Acl extends Base 'export' => array('tasks', 'subtasks', 'summary'), 'project' => array('edit', 'update', 'share', 'integration', 'users', 'alloweverybody', 'allow', 'setowner', 'revoke', 'duplicate', 'disable', 'enable'), 'swimlane' => '*', + 'budget' => '*', ); /** |