fix: refs #7917 fix acl
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
2f8982d49c
commit
ed8be4333f
|
@ -1,6 +1,6 @@
|
|||
INSERT INTO salix.ACL (model, property, accessType, permission, principalType, principalId)
|
||||
VALUES
|
||||
('Route', 'getTickets', 'READ', 'ALLOW', 'ROLE', 'supplier'),
|
||||
('AgencyTerm', 'filter', 'READ', 'ALLOW', 'ROLE', 'supplier'),
|
||||
('Route', 'summary', 'READ', 'ALLOW', 'ROLE', 'supplier');
|
||||
('Route', 'getTickets', 'READ', 'ALLOW', 'ROLE', 'delivery'),
|
||||
('AgencyTerm', 'filter', 'READ', 'ALLOW', 'ROLE', 'delivery'),
|
||||
('Route', 'summary', 'READ', 'ALLOW', 'ROLE', 'delivery');
|
||||
|
||||
|
|
Loading…
Reference in New Issue