fix: refs #7917 acls
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Carlos Satorres 2025-01-21 13:54:02 +01:00
parent ffeb710933
commit d66b8f4963
1 changed files with 3 additions and 2 deletions

View File

@ -12,5 +12,6 @@ INSERT INTO salix.ACL (model, property, accessType, permission, principalType, p
('Route', 'getTickets', 'READ', 'ALLOW', 'ROLE', 'deliveryFreelancer'),
('Route','guessPriority','WRITE','ALLOW','ROLE','deliveryFreelancer'),
('Route','getDeliveryPoint','READ','ALLOW','ROLE','deliveryFreelancer'),
('Route', 'findById', 'READ', 'ALLOW', 'ROLE', 'deliveryFreelancer');
('Route', 'findById', 'READ', 'ALLOW', 'ROLE', 'deliveryFreelancer'),
('Ticket','sendSms','WRITE','ALLOW','ROLE','deliveryFreelancer'),
('Ticket','upsert','WRITE','ALLOW','ROLE','deliveryFreelancer');