feat: refs #7587 add ACL entry for TicketRefund model to allow employee read access
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jose Antonio Tubau 2025-03-03 09:25:14 +01:00
parent 243c9a3de4
commit cb8e555cf1
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
INSERT INTO `salix`.`ACL` (`model`, `property`, `accessType`, `permission`, `principalType`, `principalId`)
VALUES
('TicketRefund', 'find', 'READ', 'ALLOW', 'ROLE', 'employee');