@fleetbase/fleetops-engine 0.6.10 → 0.6.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -944,7 +944,7 @@ export default class OperationsOrdersIndexNewController extends BaseController {
|
|
|
944
944
|
const originalCoords = this.getCoordinatesFromPayload(); // [[lon,lat], …]
|
|
945
945
|
const coordinates = driverPosition ? [driverPosition, ...originalCoords] : [...originalCoords];
|
|
946
946
|
const hasDriverStart = Boolean(driverPosition);
|
|
947
|
-
const source =
|
|
947
|
+
const source = 'first';
|
|
948
948
|
const destination = 'any';
|
|
949
949
|
const roundtrip = false; // don’t loop back
|
|
950
950
|
const routingHost = getRoutingHost(this.payload, this.waypoints);
|
package/composer.json
CHANGED
package/extension.json
CHANGED