aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/GroupsController.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-09-01 16:05:15 +0500
committerAbyss777 <abyss@fox5.ru>2016-09-01 16:05:15 +0500
commit65bb228fd2dff0993ef4d8817175bdb96c854e1f (patch)
tree2ce4d56503523bb2ed58b0f6a1896423d99a66d8 /web/app/view/GroupsController.js
parenta193759f2a38a6b32cb1a0819ef0c687b7b52071 (diff)
downloadtraccar-server-65bb228fd2dff0993ef4d8817175bdb96c854e1f.tar.gz
traccar-server-65bb228fd2dff0993ef4d8817175bdb96c854e1f.tar.bz2
traccar-server-65bb228fd2dff0993ef4d8817175bdb96c854e1f.zip
Replace all getData().* on getId() and get()
Diffstat (limited to 'web/app/view/GroupsController.js')
-rw-r--r--web/app/view/GroupsController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/GroupsController.js b/web/app/view/GroupsController.js
index f1d6e53f3..06057fda0 100644
--- a/web/app/view/GroupsController.js
+++ b/web/app/view/GroupsController.js
@@ -74,7 +74,7 @@ Ext.define('Traccar.view.GroupsController', {
linkObjectName: 'geofenceId',
storeName: admin ? 'AllGeofences' : 'Geofences',
urlApi: 'api/groups/geofences',
- baseObject: group.getData().id
+ baseObject: group.getId()
}
}).show();
},