From 4700139a86d1ef44eabe43edb5a4abff9c645811 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Thu, 12 Mar 2015 23:03:51 -0400 Subject: Start to develop the budget module --- app/Model/Acl.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Model/Acl.php') 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' => '*', ); /** -- cgit v1.2.3