4774-translationsVn #3138

Open
carlossa wants to merge 22 commits from 4774-translationsVn into dev
3 changed files with 29 additions and 1 deletions
Showing only changes of commit 26e5146664 - Show all commits

View File

@ -210,5 +210,8 @@
}, },
"MrwService": { "MrwService": {
"dataSource": "vn" "dataSource": "vn"
},
"CompanyI18n": {
"dataSource": "vn"
} }
} }

View File

@ -0,0 +1,22 @@
{
"name": "CompanyI18n",
"base": "VnModel",
"options": {
"mysql": {
"table": "companyI18n"
}
},
"properties": {
"companyFk": {
"type": "number",
"id": 1
},
"lang": {
"type": "string",
"id": 2
},
"footnotes": {
"type": "string"
}
}
}

View File

@ -0,0 +1,3 @@
INSERT INTO salix.ACL (model,property,accessType,permission,principalType,principalId)
carlossa marked this conversation as resolved
Review

Preguntar quins rols deuen poder fer WRITE, employee sgurament no dega

Preguntar quins rols deuen poder fer WRITE, employee sgurament no dega
VALUES ('CompanyI18n','*','*','ALLOW','ROLE','employee');