Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Peters committed May 1, 2017
1 parent d9baa63 commit 554da32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/PeopleModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ class PeopleModule extends Module
'buttons' => [
'new_person',
'assignments' =>[
'enabled' => 'admin/people'
'enabled' => 'admin/people',
'permission' => 'wirelab.module.people::fields.*',
],
],
],
Expand Down

0 comments on commit 554da32

Please sign in to comment.