[pve-devel] [PATCH manager] ui: Restore.js: Fix error where the textfield did not default to next free VMID
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Apr 10 09:13:18 CEST 2019
On 4/9/19 2:11 PM, Christian Ebner wrote:
> Signed-off-by: Christian Ebner <c.ebner at proxmox.com>
> ---
> www/manager6/window/Restore.js | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/www/manager6/window/Restore.js b/www/manager6/window/Restore.js
> index d7e1fb3d..870b0dde 100644
> --- a/www/manager6/window/Restore.js
> +++ b/www/manager6/window/Restore.js
> @@ -38,7 +38,7 @@ Ext.define('PVE.window.Restore', {
> IDfield = Ext.create('PVE.form.GuestIDSelector', {
> name: 'vmid',
> guestType: me.vmtype,
> - loadNextGuestID: true,
> + loadNextFreeID: true,
> validateExists: false
> });
> }
>
applied, with adding a reference to the commit where this got introduced,
thanks!
More information about the pve-devel
mailing list