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, 3 insertions, 0 deletions
diff --git a/app/Model/Acl.php b/app/Model/Acl.php
index 6ee78faa..95056de6 100644
--- a/app/Model/Acl.php
+++ b/app/Model/Acl.php
@@ -42,6 +42,9 @@ class Acl extends Base
'subtask' => '*',
'task' => '*',
'taskduplication' => '*',
+ 'taskcreation' => '*',
+ 'taskmodification' => '*',
+ 'taskstatus' => '*',
'tasklink' => '*',
'timer' => '*',
'calendar' => array('show', 'project'),