From 546237415feccc2cc4974103241a12e4aff3ea06 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 8 Oct 2016 15:38:42 +1300 Subject: Make some comboboxes non editable --- web/app/view/CommandDialog.js | 1 + 1 file changed, 1 insertion(+) (limited to 'web/app/view/CommandDialog.js') diff --git a/web/app/view/CommandDialog.js b/web/app/view/CommandDialog.js index 9532c53..cf14062 100644 --- a/web/app/view/CommandDialog.js +++ b/web/app/view/CommandDialog.js @@ -34,6 +34,7 @@ Ext.define('Traccar.view.CommandDialog', { store: 'CommandTypes', displayField: 'name', valueField: 'type', + editable: false, listeners: { select: 'onSelect' } -- cgit v1.2.3