Merge pull request 'feat: refs #7587 add ACL entry for TicketRefund model to allow employee read access' (!3515) from 7587-addClaimedTicketRefToRefundTicket into dev
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #3515
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
This commit is contained in:
Jose Antonio Tubau 2025-03-03 13:15:22 +00:00
commit 3fbc13d468
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');