8524-devToTest #3415

Merged
alexm merged 343 commits from 8524-devToTest into test 2025-02-04 13:42:16 +00:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 41fabecc9b - Show all commits

View File

@ -20,3 +20,6 @@ INSERT INTO salix.ACL (model,property,accessType,permission,principalType,princi
VALUES ('PayrollCategory','*','*','ALLOW','ROLE','employee'); VALUES ('PayrollCategory','*','*','ALLOW','ROLE','employee');
INSERT INTO salix.ACL (model,property,accessType,permission,principalType,principalId) INSERT INTO salix.ACL (model,property,accessType,permission,principalType,principalId)
VALUES ('Worker','__get__business','*','ALLOW','ROLE','employee'); VALUES ('Worker','__get__business','*','ALLOW','ROLE','employee');
INSERT INTO salix.ACL (model,property,accessType,permission,principalType,principalId)
VALUES ('Worker','__create__business','*','ALLOW','ROLE','employee');

View File

@ -33,7 +33,7 @@
"type": "number" "type": "number"
}, },
"occupationCodeFk" : { "occupationCodeFk" : {
"type": "number" "type": "string"
}, },
"workerFk" : { "workerFk" : {
"type": "number" "type": "number"