From 4b105ec574b2a50c09fc1170bcd80aeabd1f73a0 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Thu, 28 Oct 2021 15:54:49 +0200 Subject: [PATCH] ui: storage/PBSEdit: do not send server on edit it's a fixed value for the storage config, so the api would reject it Signed-off-by: Dominik Csapak --- www/manager6/storage/PBSEdit.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/manager6/storage/PBSEdit.js b/www/manager6/storage/PBSEdit.js index b273a465..b46ddf71 100644 --- a/www/manager6/storage/PBSEdit.js +++ b/www/manager6/storage/PBSEdit.js @@ -508,6 +508,7 @@ Ext.define('PVE.storage.PBSInputPanel', { xtype: 'proxmoxtextfield', hidden: true, name: 'server', + submitValue: me.isCreate, // it is fixed }, { xtype: 'proxmoxtextfield',