Add user calendar view on the dashboard and in the user management section
This commit is contained in:
@@ -38,7 +38,7 @@ class Acl extends Base
|
||||
'project' => array('show', 'tasks', 'search', 'activity'),
|
||||
'subtask' => '*',
|
||||
'task' => '*',
|
||||
'calendar' => '*',
|
||||
'calendar' => array('show', 'events', 'save'),
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user