diff options
author | Gábor Somogyi <gabor.g.somogyi@gmail.com> | 2016-05-08 13:06:25 +0200 |
---|---|---|
committer | Gábor Somogyi <gabor.g.somogyi@gmail.com> | 2016-05-08 13:29:18 +0200 |
commit | 301f2d314f446410da78615ac76ce0c07571d445 (patch) | |
tree | 71c96669b970bb8315388cc01db21e00b743796d /web/app/view/CommandDialog.js | |
parent | 37bc675580c640d4fa7968fee575544fb3a550e3 (diff) | |
download | trackermap-server-301f2d314f446410da78615ac76ce0c07571d445.tar.gz trackermap-server-301f2d314f446410da78615ac76ce0c07571d445.tar.bz2 trackermap-server-301f2d314f446410da78615ac76ce0c07571d445.zip |
Review fixes
Diffstat (limited to 'web/app/view/CommandDialog.js')
-rw-r--r-- | web/app/view/CommandDialog.js | 2 |
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' } |