From fd4029af507afac83fa5db4b863b26ac2e205bd3 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Wed, 9 Aug 2017 16:04:20 +0500 Subject: Select device on load if there is deviceId url parameter --- web/app/view/edit/DevicesController.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'web/app/view/edit') diff --git a/web/app/view/edit/DevicesController.js b/web/app/view/edit/DevicesController.js index 9de298c..ae65fbb 100644 --- a/web/app/view/edit/DevicesController.js +++ b/web/app/view/edit/DevicesController.js @@ -36,6 +36,9 @@ Ext.define('Traccar.view.edit.DevicesController', { '*': { selectreport: 'selectReport' }, + 'root': { + selectdevice: 'selectDevice' + }, 'map': { selectdevice: 'selectDevice', deselectfeature: 'deselectFeature' -- cgit v1.2.3