aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/GroupsController.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-03-29 09:06:32 +0500
committerAbyss777 <abyss@fox5.ru>2017-03-29 09:06:32 +0500
commit90863dfff06243e062fa4442245aa210eade198c (patch)
tree2426a533e16e8928d85b1353af72be6dd4334e75 /web/app/view/GroupsController.js
parentf78c547cdda0180a16bf76ddd7395d57dfc49016 (diff)
downloadtrackermap-web-90863dfff06243e062fa4442245aa210eade198c.tar.gz
trackermap-web-90863dfff06243e062fa4442245aa210eade198c.tar.bz2
trackermap-web-90863dfff06243e062fa4442245aa210eade198c.zip
Move permissions windows to subfolder
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 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'
],