acl receipt

This commit is contained in:
Javi Gallego 2018-10-22 11:13:49 +02:00
parent c6c40de2fc
commit d191156643
1 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,9 @@ VALUES
(110, 'Bank', '*', 'READ', 'ALLOW', 'ROLE', 'employee'),
(111, 'ClientLog', '*', 'READ', 'ALLOW', 'ROLE', 'employee'),
(112, 'Defaulter', '*', 'READ', 'ALLOW', 'ROLE', 'employee'),
(113, 'ClientRisk', '*', 'READ', 'ALLOW', 'ROLE', 'employee');
(113, 'ClientRisk', '*', 'READ', 'ALLOW', 'ROLE', 'employee'),
(114, 'Receipt', '*', 'READ', 'ALLOW', 'ROLE', 'employee'),
(115, 'Receipt', '*', 'WRITE', 'ALLOW', 'ROLE', 'administrative');
UPDATE salix.ACL
SET model='ItemTag', property='*', accessType='WRITE', permission='ALLOW', principalType='ROLE', principalId='marketingBoss'
WHERE id=52;