Enable event drop for user calendar

This commit is contained in:
Frederic Guillot
2015-02-17 21:29:11 -05:00
parent 10debb3f6c
commit 8214aae1d6
6 changed files with 20 additions and 15 deletions

View File

@@ -39,7 +39,7 @@ class Acl extends Base
'subtask' => '*',
'task' => '*',
'tasklink' => '*',
'calendar' => array('show', 'project', 'save'),
'calendar' => array('show', 'project'),
);
/**