feat: refs #7296 roadmapStop #2461
|
@ -54,7 +54,7 @@
|
|||
"model": "Supplier",
|
||||
"foreignKey": "supplierFk"
|
||||
},
|
||||
"expeditionTruck": {
|
||||
"roadmapStop": {
|
||||
robert marked this conversation as resolved
Outdated
|
||||
"type": "hasMany",
|
||||
"model": "roadmapStop",
|
||||
robert marked this conversation as resolved
Outdated
alexm
commented
PascalCase PascalCase
|
||||
"foreignKey": "roadmapFk"
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
}
|
||||
},
|
||||
"relations": {
|
||||
"expeditionTruck": {
|
||||
"RoadmapStop": {
|
||||
robert marked this conversation as resolved
Outdated
alexm
commented
Hi ha que canviar també el nom de la relacio Hi ha que canviar també el nom de la relacio
alexm
commented
En camelCase En camelCase
|
||||
"type": "belongsTo",
|
||||
"model": "RoadmapStop",
|
||||
"foreignKey": "truckFk"
|
||||
|
|
Loading…
Reference in New Issue
Hi ha que canviar també el nom de la relacio