From 714da0355baee78fb28e97aed95db68a63c43424 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Mon, 17 Jul 2017 09:21:43 +0500 Subject: Implement Geofences column for Devices with filtering --- web/app/controller/Root.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web/app/controller/Root.js') diff --git a/web/app/controller/Root.js b/web/app/controller/Root.js index 337ec4c..07fb3be 100644 --- a/web/app/controller/Root.js +++ b/web/app/controller/Root.js @@ -215,7 +215,8 @@ Ext.define('Traccar.controller.Root', { if (entity) { entity.set({ status: array[i].status, - lastUpdate: array[i].lastUpdate + lastUpdate: array[i].lastUpdate, + geofenceIds: array[i].geofenceIds }, { dirty: false }); -- cgit v1.2.3