diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-05-17 11:34:09 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-17 11:34:09 +1200 |
commit | 31187bc2a3ae41ab553a6472b7592895e3641fe8 (patch) | |
tree | d5b130414ed164586efb867b7649de1617f2c90c /web/app/controller/Root.js | |
parent | e200c1b9fe2f840d0d28836e19abaebb7c33210e (diff) | |
parent | 54137d72265355c04c4b71836d524391ea144998 (diff) | |
download | trackermap-web-31187bc2a3ae41ab553a6472b7592895e3641fe8.tar.gz trackermap-web-31187bc2a3ae41ab553a6472b7592895e3641fe8.tar.bz2 trackermap-web-31187bc2a3ae41ab553a6472b7592895e3641fe8.zip |
Merge pull request #486 from Abyss777/computed_attributes
Implement computed attributes
Diffstat (limited to 'web/app/controller/Root.js')
-rw-r--r-- | web/app/controller/Root.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/controller/Root.js b/web/app/controller/Root.js index 4816875f..b69fb0fa 100644 --- a/web/app/controller/Root.js +++ b/web/app/controller/Root.js @@ -84,6 +84,7 @@ Ext.define('Traccar.controller.Root', { Ext.getStore('Geofences').load(); Ext.getStore('Calendars').load(); Ext.getStore('AttributeAliases').load(); + Ext.getStore('ComputedAttributes').load(); this.initReportEventTypesStore(); Ext.getStore('Devices').load({ scope: this, |