diff options
author | Abyss777 <abyss@fox5.ru> | 2017-11-13 12:43:22 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-11-13 12:43:22 +0500 |
commit | 6c765684b17b62e3be8f47c0d0cfa925bc94c2c8 (patch) | |
tree | 06ca0703225e2100a131c22a8f00fd6055bfeb3c /web/app | |
parent | d93e45e176fc2cbba6525f100ef084d904baa1c1 (diff) | |
download | trackermap-web-6c765684b17b62e3be8f47c0d0cfa925bc94c2c8.tar.gz trackermap-web-6c765684b17b62e3be8f47c0d0cfa925bc94c2c8.tar.bz2 trackermap-web-6c765684b17b62e3be8f47c0d0cfa925bc94c2c8.zip |
Update State panel after address decoding in Route report
Diffstat (limited to 'web/app')
-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); |