aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/ReportController.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/ReportController.js')
-rw-r--r--web/app/view/ReportController.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/view/ReportController.js b/web/app/view/ReportController.js
index 5d4d00c..40f3afd 100644
--- a/web/app/view/ReportController.js
+++ b/web/app/view/ReportController.js
@@ -440,6 +440,7 @@ Ext.define('Traccar.view.ReportController', {
success: function (response) {
position.set('address', response.responseText);
position.commit();
+ this.fireEvent('selectReport', position);
},
failure: function (response) {
Traccar.app.showError(response);