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
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #3515 Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
This commit is contained in:
commit
3fbc13d468
|
@ -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