From 24ed72ab26fd31769e334b928316b038b4d8b647 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 15 Sep 2015 13:43:31 +1200 Subject: More changes to store classes --- web/app/view/command/CommandDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/app/view/command') 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' }] }] }, -- cgit v1.2.3