aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/ReportConfigDialog.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/ReportConfigDialog.js')
-rw-r--r--web/app/view/ReportConfigDialog.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/app/view/ReportConfigDialog.js b/web/app/view/ReportConfigDialog.js
index 70effdaa0..547bd2975 100644
--- a/web/app/view/ReportConfigDialog.js
+++ b/web/app/view/ReportConfigDialog.js
@@ -19,7 +19,8 @@ Ext.define('Traccar.view.ReportConfigDialog', {
extend: 'Traccar.view.BaseDialog',
requires: [
- 'Traccar.view.ReportConfigController'
+ 'Traccar.view.ReportConfigController',
+ 'Traccar.view.CustomTimeField'
],
controller: 'reportConfigDialog',