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/Application.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/Application.js')
-rw-r--r-- | web/app/Application.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/Application.js b/web/app/Application.js index 0d6430d9..aab9bc8a 100644 --- a/web/app/Application.js +++ b/web/app/Application.js @@ -61,7 +61,7 @@ Ext.define('Traccar.Application', { 'Notifications', 'AllNotifications', 'GeofenceTypes', - 'AllAttributeAliases', + 'AttributeAliases', 'ReportRoute', 'ReportEvents', 'ReportTrips', |