WIP: 4774-translationsVn #3138

Draft
carlossa wants to merge 7 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": {
"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)
VALUES ('CompanyI18n','*','*','ALLOW','ROLE','employee');