From e4acd577b0f4d83780d8101c3dc5ba177d649604 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Thu, 7 Sep 2017 09:12:34 +0500 Subject: - Save attributes with correct types - Make two toolbars scrollable --- web/app/model/Attribute.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'web/app/model') diff --git a/web/app/model/Attribute.js b/web/app/model/Attribute.js index a4aba97..b1586a7 100644 --- a/web/app/model/Attribute.js +++ b/web/app/model/Attribute.js @@ -25,8 +25,7 @@ Ext.define('Traccar.model.Attribute', { name: 'name', type: 'string' }, { - name: 'value', - type: 'string' + name: 'value' }, { name: 'attribute', type: 'string' -- cgit v1.2.3