aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/command
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2015-09-15 13:43:31 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2015-09-15 13:43:31 +1200
commit24ed72ab26fd31769e334b928316b038b4d8b647 (patch)
treedb8e3b6bb4a5e9a5dd003bb6cc355ff6bceb9a11 /web/app/view/command
parentd2139af877194952e3d49ca882188bcebbbd927e (diff)
downloadtrackermap-server-24ed72ab26fd31769e334b928316b038b4d8b647.tar.gz
trackermap-server-24ed72ab26fd31769e334b928316b038b4d8b647.tar.bz2
trackermap-server-24ed72ab26fd31769e334b928316b038b4d8b647.zip
More changes to store classes
Diffstat (limited to 'web/app/view/command')
-rw-r--r--web/app/view/command/CommandDialog.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/command/CommandDialog.js b/web/app/view/command/CommandDialog.js
index e862b9076..8f567a74a 100644
--- a/web/app/view/command/CommandDialog.js
+++ b/web/app/view/command/CommandDialog.js
@@ -56,7 +56,7 @@ Ext.define('Traccar.view.command.CommandDialog', {
name: 'unit',
store: 'TimeUnits',
displayField: 'name',
- valueField: 'multiplier'
+ valueField: 'factor'
}]
}]
},