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 471e495..871fb72 100644
--- a/web/app/view/GroupsController.js
+++ b/web/app/view/GroupsController.js
@@ -21,7 +21,7 @@ Ext.define('Traccar.view.GroupsController', {
requires: [
'Traccar.view.dialog.Group',
- 'Traccar.view.GroupGeofences',
+ 'Traccar.view.permissions.GroupGeofences',
'Traccar.view.BaseWindow',
'Traccar.model.Group'
],