aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/GroupsController.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-03-28 17:00:40 +0500
committerAbyss777 <abyss@fox5.ru>2017-03-28 17:00:40 +0500
commit6f0bcddcac9a2ec711f545f1278a4ec991d05aa6 (patch)
treee224b0867554d64ba7c2a985c1ceaab529a075d1 /web/app/view/GroupsController.js
parent69291297bab7e61af8596f6cca425fadbaf1304f (diff)
downloadetbsa-traccar-web-6f0bcddcac9a2ec711f545f1278a4ec991d05aa6.tar.gz
etbsa-traccar-web-6f0bcddcac9a2ec711f545f1278a4ec991d05aa6.tar.bz2
etbsa-traccar-web-6f0bcddcac9a2ec711f545f1278a4ec991d05aa6.zip
Remove Dialog from names
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 3e44329..471e495 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.dialog.GroupDialog',
+ 'Traccar.view.dialog.Group',
'Traccar.view.GroupGeofences',
'Traccar.view.BaseWindow',
'Traccar.model.Group'
],
objectModel: 'Traccar.model.Group',
- objectDialog: 'Traccar.view.dialog.GroupDialog',
+ objectDialog: 'Traccar.view.dialog.Group',
removeTitle: Strings.groupDialog,
onGeofencesClick: function () {