diff --git a/addon/controllers/operations/orders/index/new.js b/addon/controllers/operations/orders/index/new.js index 21785724d..1b682705d 100644 --- a/addon/controllers/operations/orders/index/new.js +++ b/addon/controllers/operations/orders/index/new.js @@ -944,7 +944,7 @@ export default class OperationsOrdersIndexNewController extends BaseController { const originalCoords = this.getCoordinatesFromPayload(); // [[lon,lat], …] const coordinates = driverPosition ? [driverPosition, ...originalCoords] : [...originalCoords]; const hasDriverStart = Boolean(driverPosition); - const source = hasDriverStart ? 'first' : 'any'; + const source = 'first'; const destination = 'any'; const roundtrip = false; // don’t loop back const routingHost = getRoutingHost(this.payload, this.waypoints); diff --git a/composer.json b/composer.json index fbcf9560e..fc7164946 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "fleetbase/fleetops-api", - "version": "0.6.10", + "version": "0.6.11", "description": "Fleet & Transport Management Extension for Fleetbase", "keywords": [ "fleetbase-extension", diff --git a/extension.json b/extension.json index e04cd019a..9db279ca0 100644 --- a/extension.json +++ b/extension.json @@ -1,6 +1,6 @@ { "name": "Fleet-Ops", - "version": "0.6.10", + "version": "0.6.11", "description": "Fleet & Transport Management Extension for Fleetbase", "repository": "https://github.com/fleetbase/fleetops", "license": "AGPL-3.0-or-later", diff --git a/package.json b/package.json index e6a6500de..fc4f631e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fleetbase/fleetops-engine", - "version": "0.6.10", + "version": "0.6.11", "description": "Fleet & Transport Management Extension for Fleetbase", "fleetbase": { "route": "fleet-ops"