diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-15 16:34:56 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-15 16:34:56 -0500 |
commit | 2491ada0db7a3ca7832260a9bc263bc24be300a0 (patch) | |
tree | 21abda0864f42b84c505a710001f947e6419ed5b /app/Model/Acl.php | |
parent | e84abb54987a497093ab2031a51fa1fe85ad2590 (diff) |
Display subtask time tracking in the calendar
Diffstat (limited to 'app/Model/Acl.php')
-rw-r--r-- | app/Model/Acl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/Acl.php b/app/Model/Acl.php index e713f2e1..4d4a22a7 100644 --- a/app/Model/Acl.php +++ b/app/Model/Acl.php @@ -39,7 +39,7 @@ class Acl extends Base 'subtask' => '*', 'task' => '*', 'tasklink' => '*', - 'calendar' => array('show', 'events', 'save'), + 'calendar' => array('show', 'project', 'save'), ); /** |