7299_testToMaster #2411

Merged
alexm merged 342 commits from 7299_testToMaster into master 2024-05-07 05:30:42 +00:00
2 changed files with 2 additions and 4 deletions
Showing only changes of commit 200cbd8d74 - Show all commits

View File

@ -1,4 +1,4 @@
UPDATE salix.ACL SET principalId = "hr" WHERE property IN ('find','findById','findOne') AND model = "Worker";
INSERT INTO salix.ACL (model, property, accessType, permission, principalType, principalId)
VALUES ('Worker', 'summary', 'READ', 'ALLOW', 'ROLE', 'employee');
VALUES ('Worker', '__get__summary', 'READ', 'ALLOW', 'ROLE', 'employee');

View File

@ -96,7 +96,6 @@
"scopes":{
"summary": {
"fields": [
[
"id",
"firstName",
"lastName",
@ -112,8 +111,7 @@
"birth",
"isF11Allowed"
]
],
,
"include": [
{
"relation": "user",