diff options
author | Abyss777 <abyss@fox5.ru> | 2017-07-17 09:21:43 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-07-17 09:21:43 +0500 |
commit | 714da0355baee78fb28e97aed95db68a63c43424 (patch) | |
tree | 2972a37765510e6c53a91e652538baab1d110ca4 /web/app/controller | |
parent | dab4694bcab525bcc26e6af42aacc45901093dc2 (diff) | |
download | trackermap-web-714da0355baee78fb28e97aed95db68a63c43424.tar.gz trackermap-web-714da0355baee78fb28e97aed95db68a63c43424.tar.bz2 trackermap-web-714da0355baee78fb28e97aed95db68a63c43424.zip |
Implement Geofences column for Devices with filtering
Diffstat (limited to 'web/app/controller')
-rw-r--r-- | web/app/controller/Root.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/app/controller/Root.js b/web/app/controller/Root.js index 337ec4c5..07fb3bea 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 }); |