diff options
author | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-19 21:49:39 -0400 |
---|---|---|
committer | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-19 21:49:39 -0400 |
commit | ab63ffafc565e75c73c27910abd465bebb09306e (patch) | |
tree | 795e09656cfaf3a2042b714dcc3850c9555dec72 /models/acl.php | |
parent | 41dd9b2eff07434a3393b20dcd875e76ac3846b3 (diff) |
Task duplication
Diffstat (limited to 'models/acl.php')
-rw-r--r-- | models/acl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/acl.php b/models/acl.php index 25386254..fe23bbb4 100644 --- a/models/acl.php +++ b/models/acl.php @@ -18,7 +18,7 @@ class Acl extends Base 'app' => array('index'), 'board' => array('index', 'show', 'assign', 'assigntask', 'save'), 'project' => array('tasks', 'index', 'forbidden'), - 'task' => array('show', 'create', 'save', 'edit', 'update', 'close', 'confirmclose', 'open', 'confirmopen', 'comment', 'description'), + 'task' => array('show', 'create', 'save', 'edit', 'update', 'close', 'confirmclose', 'open', 'confirmopen', 'comment', 'description', 'duplicate'), 'user' => array('index', 'edit', 'update', 'forbidden', 'logout', 'index'), 'config' => array('index'), ); |