From 9a459b1a25c955cc8aad97dff7dda88b1f0e0375 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Mon, 11 Sep 2017 09:17:20 +0500 Subject: Fix reports with missed values --- web/app/controller/Root.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/controller/Root.js b/web/app/controller/Root.js index 04bdb40d..acdd4018 100644 --- a/web/app/controller/Root.js +++ b/web/app/controller/Root.js @@ -52,7 +52,7 @@ Ext.define('Traccar.controller.Root', { if (value !== undefined) { return Traccar.AttributeFormatter.getAttributeConverter(this.attributeKey)(value); } - return null; + return value; }, onLaunch: function () { -- cgit v1.2.3