aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/GroupsController.js
diff options
context:
space:
mode:
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();
},