diff options
author | Abyss777 <abyss@fox5.ru> | 2016-10-19 18:36:54 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-10-19 18:36:54 +0500 |
commit | 34dff47c42358769268510ad6c2ac176b45b45e3 (patch) | |
tree | 006abedf2734eaafd42ead0bed26c6f555a1227e /web | |
parent | 65772a1ffbb98a71ce0de2e7fb1a434aaa47b926 (diff) | |
download | trackermap-web-34dff47c42358769268510ad6c2ac176b45b45e3.tar.gz trackermap-web-34dff47c42358769268510ad6c2ac176b45b45e3.tar.bz2 trackermap-web-34dff47c42358769268510ad6c2ac176b45b45e3.zip |
More meaningful allEvents constant
Diffstat (limited to 'web')
-rw-r--r-- | web/app/store/ReportEventTypes.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/store/ReportEventTypes.js b/web/app/store/ReportEventTypes.js index 7e71d934..bc2c4560 100644 --- a/web/app/store/ReportEventTypes.js +++ b/web/app/store/ReportEventTypes.js @@ -21,6 +21,6 @@ Ext.define('Traccar.store.ReportEventTypes', { fields: ['type', 'name'], statics: { - allEvents: '%' + allEvents: 'allEvents' } }); |