aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/dialog/ReportConfigController.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/dialog/ReportConfigController.js
parent69291297bab7e61af8596f6cca425fadbaf1304f (diff)
downloadtrackermap-web-6f0bcddcac9a2ec711f545f1278a4ec991d05aa6.tar.gz
trackermap-web-6f0bcddcac9a2ec711f545f1278a4ec991d05aa6.tar.bz2
trackermap-web-6f0bcddcac9a2ec711f545f1278a4ec991d05aa6.zip
Remove Dialog from names
Diffstat (limited to 'web/app/view/dialog/ReportConfigController.js')
-rw-r--r--web/app/view/dialog/ReportConfigController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/dialog/ReportConfigController.js b/web/app/view/dialog/ReportConfigController.js
index ccf78987..7233562b 100644
--- a/web/app/view/dialog/ReportConfigController.js
+++ b/web/app/view/dialog/ReportConfigController.js
@@ -18,7 +18,7 @@
Ext.define('Traccar.view.dialog.ReportConfigController', {
extend: 'Ext.app.ViewController',
- alias: 'controller.reportConfigDialog',
+ alias: 'controller.reportConfig',
requires: [
'Traccar.store.ReportEventTypes',