aboutsummaryrefslogtreecommitdiff
path: root/web/app/controller
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-09-27 15:27:09 +0500
committerAbyss777 <abyss@fox5.ru>2016-09-27 15:27:09 +0500
commitb1715a760cde09ec69a6756d7067a8c077d0fe2b (patch)
tree0439d7cfc6e00a7e219cffa02182e0e1a97bf397 /web/app/controller
parentac4f0adf3b196b1a9af40be64b3e4e0fac91c1d6 (diff)
downloadetbsa-traccar-web-b1715a760cde09ec69a6756d7067a8c077d0fe2b.tar.gz
etbsa-traccar-web-b1715a760cde09ec69a6756d7067a8c077d0fe2b.tar.bz2
etbsa-traccar-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')
-rw-r--r--web/app/controller/Root.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/controller/Root.js b/web/app/controller/Root.js
index 0784aea..2807cab 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 () {