feat: refs #8135 refs#8135 updateTicketACL #3210

Merged
sergiodt merged 1 commits from 8135-ticketACL into dev 2024-11-18 08:21:19 +00:00
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
UPDATE salix.ACL
SET principalId = 'deliveryAssistant'
WHERE model = 'Ticket'
AND property = 'updateAttributes'
AND principalId = "delivery";