aboutsummaryrefslogtreecommitdiff
path: root/web/app/controller
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-07-17 09:21:43 +0500
committerAbyss777 <abyss@fox5.ru>2017-07-17 09:21:43 +0500
commit714da0355baee78fb28e97aed95db68a63c43424 (patch)
tree2972a37765510e6c53a91e652538baab1d110ca4 /web/app/controller
parentdab4694bcab525bcc26e6af42aacc45901093dc2 (diff)
downloadetbsa-traccar-web-714da0355baee78fb28e97aed95db68a63c43424.tar.gz
etbsa-traccar-web-714da0355baee78fb28e97aed95db68a63c43424.tar.bz2
etbsa-traccar-web-714da0355baee78fb28e97aed95db68a63c43424.zip
Implement Geofences column for Devices with filtering
Diffstat (limited to 'web/app/controller')
-rw-r--r--web/app/controller/Root.js3
1 files changed, 2 insertions, 1 deletions
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
});