diff options
-rw-r--r-- | web/app/view/ReportController.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/view/ReportController.js b/web/app/view/ReportController.js index 5d4d00c2..40f3afd7 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); |