From e383c069f1aeba49ea9905f77a51bf663e614b0e Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Mon, 8 Sep 2014 23:19:40 +0200 Subject: Add public view for tasks --- app/Model/Acl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Model') diff --git a/app/Model/Acl.php b/app/Model/Acl.php index 21c76329..4f7d1357 100644 --- a/app/Model/Acl.php +++ b/app/Model/Acl.php @@ -18,7 +18,7 @@ class Acl extends Base */ private $public_actions = array( 'user' => array('login', 'check', 'google', 'github'), - 'task' => array('add'), + 'task' => array('add', 'readonly'), 'board' => array('readonly'), ); -- cgit v1.2.3