feat: refs #7587 add ACL entry for TicketRefund model to allow employee read access
gitea/salix/pipeline/pr-dev This commit looks good
Details
gitea/salix/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
243c9a3de4
commit
cb8e555cf1
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `salix`.`ACL` (`model`, `property`, `accessType`, `permission`, `principalType`, `principalId`)
|
||||
VALUES
|
||||
('TicketRefund', 'find', 'READ', 'ALLOW', 'ROLE', 'employee');
|
Loading…
Reference in New Issue