aboutsummaryrefslogtreecommitdiff
path: root/web/app/controller/Root.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/controller/Root.js')
-rw-r--r--web/app/controller/Root.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/web/app/controller/Root.js b/web/app/controller/Root.js
index a37bc06f..22869f45 100644
--- a/web/app/controller/Root.js
+++ b/web/app/controller/Root.js
@@ -298,8 +298,7 @@ Ext.define('Traccar.controller.Root', {
if (entity) {
entity.set({
status: array[i].status,
- lastUpdate: array[i].lastUpdate,
- geofenceIds: array[i].geofenceIds
+ lastUpdate: array[i].lastUpdate
}, {
dirty: false
});