summaryrefslogtreecommitdiff
path: root/app/Model/Acl.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2015-01-02 22:14:28 -0500
committerFrédéric Guillot <fred@kanboard.net>2015-01-02 22:14:28 -0500
commit5c6b67bd7605485db2b19a8838838b7c4455e3b6 (patch)
tree69594e840844bf59cab7cedd83a8a833234690de /app/Model/Acl.php
parent0ebdd4ddfd898628cc30e34e55e97f88e5e30a71 (diff)
Allow project managers to remove tasks
Diffstat (limited to 'app/Model/Acl.php')
-rw-r--r--app/Model/Acl.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Model/Acl.php b/app/Model/Acl.php
index d717e12f..9c3f5e06 100644
--- a/app/Model/Acl.php
+++ b/app/Model/Acl.php
@@ -52,7 +52,6 @@ class Acl extends Base
'category' => '*',
'project' => array('edit', 'update', 'exporttasks', 'exportdailyprojectsummary', 'share', 'integration', 'users', 'alloweverybody', 'allow', 'setowner', 'revoke', 'duplicate', 'disable', 'enable'),
'swimlane' => '*',
- 'task' => array('remove'),
);
/**