aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/ReportController.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-11-13 12:43:22 +0500
committerAbyss777 <abyss@fox5.ru>2017-11-13 12:43:22 +0500
commit6c765684b17b62e3be8f47c0d0cfa925bc94c2c8 (patch)
tree06ca0703225e2100a131c22a8f00fd6055bfeb3c /web/app/view/ReportController.js
parentd93e45e176fc2cbba6525f100ef084d904baa1c1 (diff)
downloadetbsa-traccar-web-6c765684b17b62e3be8f47c0d0cfa925bc94c2c8.tar.gz
etbsa-traccar-web-6c765684b17b62e3be8f47c0d0cfa925bc94c2c8.tar.bz2
etbsa-traccar-web-6c765684b17b62e3be8f47c0d0cfa925bc94c2c8.zip
Update State panel after address decoding in Route report
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);