refs #6820 fix back #2480

Merged
carlossa merged 3 commits from 6820-fixMaxKmRoute into dev 2024-05-22 13:55:54 +00:00
3 changed files with 24 additions and 0 deletions

View File

@ -186,5 +186,8 @@
}, },
"AgencyWorkCenter": { "AgencyWorkCenter": {
"dataSource": "vn" "dataSource": "vn"
},
"RouteConfig": {
"dataSource": "vn"
} }
} }

View File

@ -0,0 +1,18 @@
{
"name": "RouteConfig",
"base": "VnModel",
"options": {
carlossa marked this conversation as resolved
Review

quitar

quitar
"mysql": {
"table": "routeConfig"
}
},
"properties": {
"id": {
"type": "number",
"description": "Identifier"
},
"kmMax": {
"type": "number"
}
}
}

View File

@ -0,0 +1,3 @@
-- Place your SQL code here
INSERT INTO salix.ACL (model,property,accessType,permission,principalType,principalId)
VALUES ('RouteConfig','*','READ','ALLOW','ROLE','employee');
carlossa marked this conversation as resolved Outdated
Outdated
Review

Soles lectura

Soles lectura