]> git.proxmox.com Git - pve-manager.git/commitdiff
guest import: validate that selected VMID does not exist yet
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 27 Mar 2024 13:31:34 +0000 (14:31 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 27 Mar 2024 13:31:34 +0000 (14:31 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/window/GuestImport.js

index ed6e34c8ebd49eccbae695b1291d6d39b1d2496e..8ffb45f23e70105c9c75f044846c97ce79b8a41f 100644 (file)
@@ -425,6 +425,7 @@ Ext.define('PVE.window.GuestImport', {
                        fieldLabel: 'VM',
                        guestType: 'qemu',
                        loadNextFreeID: true,
+                       validateExists: false,
                    },
                    {
                        xtype: 'proxmoxintegerfield',