5244-component_workerAutocomplete #1679

Merged
vicent merged 33 commits from 5244-component_workerAutocomplete into dev 2023-08-25 08:56:46 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5195c0100b - Show all commits

View File

@ -1,3 +1,3 @@
INSERT INTO `salix`.`ACL` (id, model, property, accessType, permission, principalType, principalId)
INSERT INTO `salix`.`ACL` (model, property, accessType, permission, principalType, principalId)
VALUES
('Worker', 'search', 'READ', 'ALLOW', 'ROLE', 'employee');