hotfix buyer editZone acl #2572

Merged
jorgep merged 1 commits from hotfix-buyerEditZoneAcl into master 2024-06-11 10:47:36 +00:00
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
INSERT INTO salix.ACL
SET
model = 'Ticket',
property = 'editZone',
accessType = 'WRITE',
permission = 'ALLOW',
principalType = 'ROLE',
principalId = 'buyer';