diff options
Diffstat (limited to 'web/app/view/GroupsController.js')
-rw-r--r-- | web/app/view/GroupsController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/GroupsController.js b/web/app/view/GroupsController.js index 471e4952..871fb729 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' ], |