Skip to content

Commit

Permalink
Merge pull request #1922 from einhverfr/master
Browse files Browse the repository at this point in the history
Fixing #1255
  • Loading branch information
einhverfr committed Jul 31, 2016
2 parents abd61d7 + fb77a12 commit 631c5ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql/modules/Roles.sql
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ SELECT lsmb__grant_menu('employees_manage', 49, 'allow');

SELECT lsmb__create_role('contact_edit');
SELECT lsmb__grant_role('contact_edit', 'contact_read');
SELECT lsmb__grant_role('contact_create', 'contact_edit');
SELECT lsmb__grant_perms('contact_edit', 'entity', 'UPDATE');
SELECT lsmb__grant_perms('contact_edit', 'company', 'UPDATE');
SELECT lsmb__grant_perms('contact_edit', 'location', 'UPDATE');
Expand Down

0 comments on commit 631c5ef

Please sign in to comment.