aboutsummaryrefslogtreecommitdiff
path: root/web/app/model
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-03-23 14:37:23 +0500
committerAbyss777 <abyss@fox5.ru>2017-03-23 14:37:23 +0500
commite5cda1b3e0a4735abd512652b5df30331ad6782e (patch)
tree497060d92985b6dbfdcfa5401882c93e6b140a9e /web/app/model
parent49f6c1456371dd0bc066a9d6ad40bef824c39977 (diff)
downloadetbsa-traccar-web-e5cda1b3e0a4735abd512652b5df30331ad6782e.tar.gz
etbsa-traccar-web-e5cda1b3e0a4735abd512652b5df30331ad6782e.tar.bz2
etbsa-traccar-web-e5cda1b3e0a4735abd512652b5df30331ad6782e.zip
- Remove search string
- Rename functions and variables - Fix device deselect - Fix appearing features and double visibility check
Diffstat (limited to 'web/app/model')
-rw-r--r--web/app/model/Device.js15
1 files changed, 10 insertions, 5 deletions
diff --git a/web/app/model/Device.js b/web/app/model/Device.js
index f733a30..9de5828 100644
--- a/web/app/model/Device.js
+++ b/web/app/model/Device.js
@@ -30,19 +30,24 @@ Ext.define('Traccar.model.Device', {
type: 'string'
}, {
name: 'phone',
- type: 'string'
+ type: 'string',
+ allowNull: true
}, {
name: 'model',
- type: 'string'
+ type: 'string',
+ allowNull: true
}, {
name: 'contact',
- type: 'string'
+ type: 'string',
+ allowNull: true
}, {
name: 'category',
- type: 'string'
+ type: 'string',
+ allowNull: true
}, {
name: 'status',
- type: 'string'
+ type: 'string',
+ allowNull: true
}, {
name: 'lastUpdate',
type: 'date',