summaryrefslogtreecommitdiff
path: root/app/Model/Acl.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-10-12 17:49:30 -0400
committerFrederic Guillot <fred@kanboard.net>2015-10-12 17:49:30 -0400
commit7d458cd5004d026dec0c41bbb1daacb259a52cfb (patch)
tree5afa8d858145a3507a72d0e323a552aa97ba671e /app/Model/Acl.php
parente515f37435db6cf883215f13f02391d8b2107d47 (diff)
Add CSV import for tasks
Diffstat (limited to 'app/Model/Acl.php')
-rw-r--r--app/Model/Acl.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Model/Acl.php b/app/Model/Acl.php
index d05e4f77..35488c63 100644
--- a/app/Model/Acl.php
+++ b/app/Model/Acl.php
@@ -63,6 +63,7 @@ class Acl extends Base
'category' => '*',
'column' => '*',
'export' => '*',
+ 'taskimport' => '*',
'project' => array('edit', 'update', 'share', 'integration', 'users', 'alloweverybody', 'allow', 'setowner', 'revoke', 'duplicate', 'disable', 'enable'),
'swimlane' => '*',
'gantt' => array('project', 'savetaskdate', 'task', 'savetask'),