From c24fdb62b9657603e1f4b0897dbcda59ab1390a2 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 28 Mar 2019 17:51:47 +0100 Subject: [PATCH] fix schema error: do not submit efidisk checkbox value Signed-off-by: Thomas Lamprecht --- www/manager6/qemu/SystemEdit.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/manager6/qemu/SystemEdit.js b/www/manager6/qemu/SystemEdit.js index ce4737bc..1cee7789 100644 --- a/www/manager6/qemu/SystemEdit.js +++ b/www/manager6/qemu/SystemEdit.js @@ -120,6 +120,7 @@ Ext.define('PVE.qemu.SystemInputPanel', { disabled: '{!efi}' }, hidden: true, + submitValue: false, disabled: true, fieldLabel: gettext('Add EFI Disk') },