aboutsummaryrefslogtreecommitdiff
path: root/web/app/store
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-07-14 12:39:04 +0500
committerAbyss777 <abyss@fox5.ru>2017-07-14 13:33:29 +0500
commitd40b862b56075e1544d3ed117576e05354b398a1 (patch)
tree77631b518eacf8b9a59d9785068624e5ef52003f /web/app/store
parent4c5cfa14db69d4f7687c7187c81a36b959a0f415 (diff)
downloadetbsa-traccar-web-d40b862b56075e1544d3ed117576e05354b398a1.tar.gz
etbsa-traccar-web-d40b862b56075e1544d3ed117576e05354b398a1.tar.bz2
etbsa-traccar-web-d40b862b56075e1544d3ed117576e05354b398a1.zip
Implement driverChanged event instead of driverUnauthorized
Diffstat (limited to 'web/app/store')
-rw-r--r--web/app/store/PositionAttributes.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/web/app/store/PositionAttributes.js b/web/app/store/PositionAttributes.js
index 44bfa92..c3d6d18 100644
--- a/web/app/store/PositionAttributes.js
+++ b/web/app/store/PositionAttributes.js
@@ -121,10 +121,6 @@ Ext.define('Traccar.store.PositionAttributes', {
valueType: 'number',
dataType: 'consumption'
}, {
- key: 'rfid',
- name: Strings.positionRfid,
- valueType: 'string'
- }, {
key: 'versionFw',
name: Strings.positionVersionFw,
valueType: 'string'