This commit is contained in:
parent
9bf08f31ae
commit
5396b402a5
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `salix`.`ACL` (`model`, `property`, `accessType`, `permission`, `principalType`, `principalId`) VALUES
|
||||
('Ticket', 'makePdfList', '*', 'ALLOW', 'ROLE', 'employee'),
|
||||
('Ticket', 'invoiceTicketsAndPdf', '*', 'ALLOW', 'ROLE', 'employee');
|
Loading…
Reference in New Issue