aboutsummaryrefslogtreecommitdiff
path: root/web/app/store
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/store
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/store')
-rw-r--r--web/app/store/AttributeAliases.js (renamed from web/app/store/AllAttributeAliases.js)2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/store/AllAttributeAliases.js b/web/app/store/AttributeAliases.js
index c351d0d..ebec8c8 100644
--- a/web/app/store/AllAttributeAliases.js
+++ b/web/app/store/AttributeAliases.js
@@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-Ext.define('Traccar.store.AllAttributeAliases', {
+Ext.define('Traccar.store.AttributeAliases', {
extend: 'Ext.data.Store',
model: 'Traccar.model.AttributeAlias',