CA-187150: Dundee XenCenter cannot create iSCSI SRs on older hosts

Fixed regression that was caused by hiding the Storage Provisioning page

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
Gabor Apati-Nagy 2015-11-04 10:39:18 +00:00
parent 6d5ba51788
commit 18a66189de

View File

@ -415,6 +415,9 @@ namespace XenAdmin.Wizards
{
xenTabPageStorageProvisioningMethod.ResetControls();
}
m_srWizardType.UUID = xenTabPageLvmoIscsi.UUID;
m_srWizardType.DeviceConfig = xenTabPageLvmoIscsi.DeviceConfig;
}
else if (senderPagetype == typeof(NFS_ISO))
{