feat: add editZone ACL for buyer
gitea/salix/pipeline/pr-master This commit looks good
Details
gitea/salix/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
c9885920e7
commit
1cefe817f5
|
@ -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