From 788a499b346724d753798597fb18f8aef17e1588 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Thu, 18 May 2017 10:01:49 +0500 Subject: Implement known position attributes --- web/app/store/GeofenceAttributes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/app/store/GeofenceAttributes.js') diff --git a/web/app/store/GeofenceAttributes.js b/web/app/store/GeofenceAttributes.js index 9034b3f..2b8d2d8 100644 --- a/web/app/store/GeofenceAttributes.js +++ b/web/app/store/GeofenceAttributes.js @@ -23,6 +23,6 @@ Ext.define('Traccar.store.GeofenceAttributes', { data: [{ key: 'color', name: Strings.attributeColor, - type: 'color' + valueType: 'color' }] }); -- cgit v1.2.3