diff options
author | Abyss777 <abyss@fox5.ru> | 2016-09-27 15:27:09 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-09-27 15:27:09 +0500 |
commit | b1715a760cde09ec69a6756d7067a8c077d0fe2b (patch) | |
tree | 0439d7cfc6e00a7e219cffa02182e0e1a97bf397 /web/app/controller/Root.js | |
parent | ac4f0adf3b196b1a9af40be64b3e4e0fac91c1d6 (diff) | |
download | trackermap-web-b1715a760cde09ec69a6756d7067a8c077d0fe2b.tar.gz trackermap-web-b1715a760cde09ec69a6756d7067a8c077d0fe2b.tar.bz2 trackermap-web-b1715a760cde09ec69a6756d7067a8c077d0fe2b.zip |
-Remove plural of attribute
-Use ChainedStore in right way
-Use findBy instead of filter in StateController
Diffstat (limited to 'web/app/controller/Root.js')
-rw-r--r-- | web/app/controller/Root.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/controller/Root.js b/web/app/controller/Root.js index 0784aeaf..2807cab9 100644 --- a/web/app/controller/Root.js +++ b/web/app/controller/Root.js @@ -78,7 +78,7 @@ Ext.define('Traccar.controller.Root', { var attribution; Ext.getStore('Groups').load(); Ext.getStore('Geofences').load(); - Ext.getStore('AllAttributeAliases').load(); + Ext.getStore('AttributeAliases').load(); Ext.getStore('Devices').load({ scope: this, callback: function () { |