Skip to content

Commit

Permalink
Fix activity ACL
Browse files Browse the repository at this point in the history
  • Loading branch information
jszanto committed Jan 10, 2017
1 parent 9af01ed commit 87a9917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/Activity/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public function getServiceConfig()
$acl->addResource('activity_calendar_option');

$acl->allow('guest', 'activity', 'view');
$acl->allow('guest', 'activitySignup', 'view');
$acl->allow('guest', 'activitySignup', ['view', 'signup']);

$acl->allow('user', 'activity', 'create');
$acl->allow('user', 'activitySignup', ['signup', 'signoff', 'checkUserSignedUp']);
Expand Down

0 comments on commit 87a9917

Please sign in to comment.