diff options
author | Abyss777 <abyss@fox5.ru> | 2017-03-29 09:06:32 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-03-29 09:06:32 +0500 |
commit | 90863dfff06243e062fa4442245aa210eade198c (patch) | |
tree | 2426a533e16e8928d85b1353af72be6dd4334e75 /web/app/view/GroupsController.js | |
parent | f78c547cdda0180a16bf76ddd7395d57dfc49016 (diff) | |
download | trackermap-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.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' ], |