summaryrefslogtreecommitdiff
path: root/app/Model
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-02-08 16:13:05 -0500
committerFrederic Guillot <fred@kanboard.net>2015-02-08 16:13:05 -0500
commit92509c43c452daea115a4f6e99d94bda5538c8f0 (patch)
tree6bfacdbd4ae52ae8be36921605aa5560143fa1fe /app/Model
parentacf3941b4aa95bff9e80aa03e22dc064036e69cf (diff)
Add user calendar view on the dashboard and in the user management section
Diffstat (limited to 'app/Model')
-rw-r--r--app/Model/Acl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/Acl.php b/app/Model/Acl.php
index 56f2980b..b6c0e6b8 100644
--- a/app/Model/Acl.php
+++ b/app/Model/Acl.php
@@ -38,7 +38,7 @@ class Acl extends Base
'project' => array('show', 'tasks', 'search', 'activity'),
'subtask' => '*',
'task' => '*',
- 'calendar' => '*',
+ 'calendar' => array('show', 'events', 'save'),
);
/**