7430_devToTest #2490

Merged
alexm merged 306 commits from 7430_devToTest into test 2024-05-21 09:15:04 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 34f48e46e7 - Show all commits

View File

@ -20,7 +20,7 @@ class Controller extends Component {
include: [
{relation: 'supplier'},
{relation: 'worker'},
{relation: 'ExpeditionTruck',
{relation: 'roadmapStop',
scope: {
include: [
{relation: 'warehouse'}
@ -48,7 +48,7 @@ class Controller extends Component {
description: this.roadmapStop.description
};
this.$http.post(`roadmapStops`, data)
this.$http.post(`RoadmapStops`, data)
.then(() => {
this.loadData();
this.vnApp.showSuccess(this.$t('Data saved!'));

View File

@ -23,7 +23,7 @@
}
},
"relations": {
"RoadmapStop": {
"roadmapStop": {
"type": "belongsTo",
"model": "RoadmapStop",
"foreignKey": "truckFk"