From 5cf1061cfcc5baf214bce145961512fd4f672621 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 15 Sep 2015 11:51:45 +1200 Subject: Rename other field to attributes --- web/app/model/Command.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/app/model/Command.js') diff --git a/web/app/model/Command.js b/web/app/model/Command.js index 45e0a6b96..3e848b57d 100644 --- a/web/app/model/Command.js +++ b/web/app/model/Command.js @@ -25,6 +25,6 @@ Ext.define('Traccar.model.Command', { name: 'type', type: 'string' }, { - name: 'other' + name: 'attributes' }] }); -- cgit v1.2.3