aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/GroupsController.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-03-28 15:55:33 +0500
committerAbyss777 <abyss@fox5.ru>2017-03-28 16:08:48 +0500
commit69291297bab7e61af8596f6cca425fadbaf1304f (patch)
tree08db3c7567934c2f958413e3f077e4c1f15d31df /web/app/view/GroupsController.js
parent94973f80f543f82630351a7e5943dd4c9150a8b0 (diff)
downloadetbsa-traccar-web-69291297bab7e61af8596f6cca425fadbaf1304f.tar.gz
etbsa-traccar-web-69291297bab7e61af8596f6cca425fadbaf1304f.tar.bz2
etbsa-traccar-web-69291297bab7e61af8596f6cca425fadbaf1304f.zip
Move BaseDialog, subclasses and their controllers to dialog subfolder
Diffstat (limited to 'web/app/view/GroupsController.js')
-rw-r--r--web/app/view/GroupsController.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/view/GroupsController.js b/web/app/view/GroupsController.js
index 98568db..3e44329 100644
--- a/web/app/view/GroupsController.js
+++ b/web/app/view/GroupsController.js
@@ -20,14 +20,14 @@ Ext.define('Traccar.view.GroupsController', {
alias: 'controller.groups',
requires: [
- 'Traccar.view.GroupDialog',
+ 'Traccar.view.dialog.GroupDialog',
'Traccar.view.GroupGeofences',
'Traccar.view.BaseWindow',
'Traccar.model.Group'
],
objectModel: 'Traccar.model.Group',
- objectDialog: 'Traccar.view.GroupDialog',
+ objectDialog: 'Traccar.view.dialog.GroupDialog',
removeTitle: Strings.groupDialog,
onGeofencesClick: function () {