Merge pull request 'hotfix buyer editZone acl' (!2572) from hotfix-buyerEditZoneAcl into master
Reviewed-on: #2572 Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
This commit is contained in:
commit
a6c8b2bebe
|
@ -0,0 +1,8 @@
|
|||
INSERT INTO salix.ACL
|
||||
SET
|
||||
model = 'Ticket',
|
||||
property = 'editZone',
|
||||
accessType = 'WRITE',
|
||||
permission = 'ALLOW',
|
||||
principalType = 'ROLE',
|
||||
principalId = 'buyer';
|
Loading…
Reference in New Issue