aboutsummaryrefslogtreecommitdiff
path: root/web/app/view
diff options
context:
space:
mode:
authorGábor Somogyi <gabor.g.somogyi@gmail.com>2016-05-08 13:06:25 +0200
committerGábor Somogyi <gabor.g.somogyi@gmail.com>2016-05-08 13:29:18 +0200
commit301f2d314f446410da78615ac76ce0c07571d445 (patch)
tree71c96669b970bb8315388cc01db21e00b743796d /web/app/view
parent37bc675580c640d4fa7968fee575544fb3a550e3 (diff)
downloadtraccar-server-301f2d314f446410da78615ac76ce0c07571d445.tar.gz
traccar-server-301f2d314f446410da78615ac76ce0c07571d445.tar.bz2
traccar-server-301f2d314f446410da78615ac76ce0c07571d445.zip
Review fixes
Diffstat (limited to 'web/app/view')
-rw-r--r--web/app/view/CommandDialog.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/CommandDialog.js b/web/app/view/CommandDialog.js
index 66cd190ea..d23b50d4c 100644
--- a/web/app/view/CommandDialog.js
+++ b/web/app/view/CommandDialog.js
@@ -32,7 +32,7 @@ Ext.define('Traccar.view.CommandDialog', {
fieldLabel: Strings.commandType,
store: 'CommandTypes',
displayField: 'name',
- valueField: 'key',
+ valueField: 'type',
listeners: {
select: 'onSelect'
}