From 41c39eed934f106d1bc290d9310da202ccd1da95 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 1 Aug 2015 01:06:45 +1200 Subject: Show params for period reporting --- web/app/view/command/CommandDialogController.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web') diff --git a/web/app/view/command/CommandDialogController.js b/web/app/view/command/CommandDialogController.js index 28c146187..c5e98450f 100644 --- a/web/app/view/command/CommandDialogController.js +++ b/web/app/view/command/CommandDialogController.js @@ -19,7 +19,8 @@ Ext.define('Traccar.view.command.CommandDialogController', { alias: 'controller.commanddialog', onSelect: function(selected) { - this.lookupReference('paramPositionFix').setHidden(selected.getValue() !== 'positionFix'); + this.lookupReference('paramPositionPeriodic').setHidden( + selected.getValue() !== 'positionPeriodic'); }, onSendClick: function(button) { -- cgit v1.2.3