aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-08-30 16:34:41 +0500
committerAbyss777 <abyss@fox5.ru>2016-08-30 16:34:41 +0500
commit08348a1ccf66803cad85116b62019e3090f07eda (patch)
tree4c20c883006202f76ca90d13e3fb9cf2fc5b4b2c /web
parentf786390fb1e79fa81024e03e68dc1067550d28e4 (diff)
downloadtraccar-server-08348a1ccf66803cad85116b62019e3090f07eda.tar.gz
traccar-server-08348a1ccf66803cad85116b62019e3090f07eda.tar.bz2
traccar-server-08348a1ccf66803cad85116b62019e3090f07eda.zip
One more missed import
Diffstat (limited to 'web')
-rw-r--r--web/app/view/ReportController.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/app/view/ReportController.js b/web/app/view/ReportController.js
index a4a5c6227..28227e24d 100644
--- a/web/app/view/ReportController.js
+++ b/web/app/view/ReportController.js
@@ -20,7 +20,8 @@ Ext.define('Traccar.view.ReportController', {
alias: 'controller.report',
requires: [
- 'Traccar.view.ReportConfigDialog'
+ 'Traccar.view.ReportConfigDialog',
+ 'Traccar.store.ReportEventTypes'
],
config: {