refs #6553 changes models #2522

Open
carlossa wants to merge 22 commits from 6553-workerBusiness into dev
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');
INSERT INTO salix.ACL (model,property,accessType,permission,principalType,principalId)
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"
},
"occupationCodeFk" : {
"type": "number"
"type": "string"
},
"workerFk" : {
"type": "number"