feat: refs #7296 roadmapStop #2461
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#2461
Loading…
Reference in New Issue
No description provided.
Delete Branch "7296-expeditionTruckToRoadmapStop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -56,7 +56,7 @@
},
"expeditionTruck": {
Hi ha que canviar també el nom de la relacio
@ -25,7 +25,7 @@
"relations": {
"expeditionTruck": {
Hi ha que canviar també el nom de la relacio
@ -21,3 +21,3 @@
{relation: 'supplier'},
{relation: 'worker'},
{relation: 'expeditionTruck',
{relation: 'ExpeditionTruck',
roadmapStop
@ -49,3 +49,3 @@
};
this.$http.post(`ExpeditionTrucks`, data)
this.$http.post(`roadmapStops`, data)
En PascalCase
@ -24,3 +24,3 @@
},
"relations": {
"expeditionTruck": {
"RoadmapStop": {
En camelCase
@ -58,2 +57,3 @@
"roadmapStop": {
"type": "hasMany",
"model": "ExpeditionTruck",
"model": "roadmapStop",
PascalCase
Queda uno