From 65bb228fd2dff0993ef4d8817175bdb96c854e1f Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Thu, 1 Sep 2016 16:05:15 +0500 Subject: Replace all getData().* on getId() and get() --- web/app/view/DevicesController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/app/view/DevicesController.js') diff --git a/web/app/view/DevicesController.js b/web/app/view/DevicesController.js index 17f98629f..6dcc45448 100644 --- a/web/app/view/DevicesController.js +++ b/web/app/view/DevicesController.js @@ -99,7 +99,7 @@ Ext.define('Traccar.view.DevicesController', { linkObjectName: 'geofenceId', storeName: 'Geofences', urlApi: 'api/devices/geofences', - baseObject: device.getData().id + baseObject: device.getId() } }).show(); }, -- cgit v1.2.3