aboutsummaryrefslogtreecommitdiff
path: root/web/app/controller/Root.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-09-11 09:17:20 +0500
committerAbyss777 <abyss@fox5.ru>2017-09-11 10:08:50 +0500
commit9a459b1a25c955cc8aad97dff7dda88b1f0e0375 (patch)
tree836071d303ee2c29a39ad6183c6c304947b26ef0 /web/app/controller/Root.js
parentbe4a97500430eb12760636e1a76bf1de2f67250f (diff)
downloadetbsa-traccar-web-9a459b1a25c955cc8aad97dff7dda88b1f0e0375.tar.gz
etbsa-traccar-web-9a459b1a25c955cc8aad97dff7dda88b1f0e0375.tar.bz2
etbsa-traccar-web-9a459b1a25c955cc8aad97dff7dda88b1f0e0375.zip
Fix reports with missed values
Diffstat (limited to 'web/app/controller/Root.js')
-rw-r--r--web/app/controller/Root.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/controller/Root.js b/web/app/controller/Root.js
index 04bdb40..acdd401 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 () {