From 22c01a4473ca0ba2773ae722d9b4f9420ba8412a Mon Sep 17 00:00:00 2001 From: Emmanuel Kasper Date: Thu, 12 Jan 2017 14:31:52 +0100 Subject: [PATCH] Disable autoSelect of target storage autoSelect: true was surreptitiously commited with the refactoring of 406ac585db7fc285a63f8638a14fecdb92e28282 ( Use component references via lookupReference() ) --- www/manager6/qemu/Clone.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/qemu/Clone.js b/www/manager6/qemu/Clone.js index 0910e56f..ce6e4f31 100644 --- a/www/manager6/qemu/Clone.js +++ b/www/manager6/qemu/Clone.js @@ -240,7 +240,7 @@ Ext.define('PVE.window.Clone', { nodename: me.nodename, fieldLabel: gettext('Target Storage'), storageContent: 'images', - autoSelect: true, + autoSelect: false, // will use for each disk the same storage as source allowBlank: true, disabled: me.isTemplate ? true : false, // because default mode is clone for templates hidden: false,