summaryrefslogtreecommitdiff
path: root/app/Model/Acl.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Model/Acl.php')
-rw-r--r--app/Model/Acl.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Model/Acl.php b/app/Model/Acl.php
index 6d5e6d50..8cfc7120 100644
--- a/app/Model/Acl.php
+++ b/app/Model/Acl.php
@@ -37,7 +37,8 @@ class Acl extends Base
'board' => '*',
'comment' => '*',
'file' => '*',
- 'project' => array('show', 'tasks', 'search', 'activity'),
+ 'project' => array('show'),
+ 'projectinfo' => array('tasks', 'search', 'activity'),
'subtask' => '*',
'task' => '*',
'tasklink' => '*',