From 141616b48cdb2f05a8288be0519ac4094c292ba6 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Tue, 4 Mar 2014 22:45:58 -0500 Subject: Add the possibility to add a description directly from the task show view --- models/acl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models/acl.php') diff --git a/models/acl.php b/models/acl.php index 468022cb..767d62f8 100644 --- a/models/acl.php +++ b/models/acl.php @@ -16,7 +16,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'), + 'task' => array('show', 'create', 'save', 'edit', 'update', 'close', 'confirmclose', 'open', 'confirmopen', 'comment', 'description'), 'user' => array('index', 'edit', 'update', 'forbidden', 'logout', 'index'), 'config' => array('index'), ); -- cgit v1.2.3