feat: add editZone ACL for buyer
gitea/salix/pipeline/pr-master This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-06-11 12:06:44 +02:00
parent c9885920e7
commit 1cefe817f5
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';