From 32b73cb2c63c4cadfe32f8235ad14472b916430b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 12 Jan 2021 13:08:02 +0100 Subject: [PATCH] ui: qemu/audio: submitValue is default true for combobox this was previously a display field, where submitValue defaults to false, so we required to enable it explicitly. As it changed to a combo box we can drop that. Signed-off-by: Thomas Lamprecht --- www/manager6/qemu/AudioEdit.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/manager6/qemu/AudioEdit.js b/www/manager6/qemu/AudioEdit.js index 4d039adf..7955c4bd 100644 --- a/www/manager6/qemu/AudioEdit.js +++ b/www/manager6/qemu/AudioEdit.js @@ -31,7 +31,6 @@ Ext.define('PVE.qemu.AudioInputPanel', { name: 'driver', xtype: 'proxmoxKVComboBox', value: 'spice', - submitValue: true, fieldLabel: gettext('Backend Driver'), comboItems: [ ['spice', 'spice'],