mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
Fixed issue on the Import XVA wizard where the SR selection was not taking account of...
all scenarios of changed affinity if the user moved from the SR selection page back to the server selection page and forwards again. Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
7e11806790
commit
15b05ae572
@ -404,7 +404,7 @@ namespace XenAdmin.Wizards.ImportWizard
|
||||
m_pageXvaNetwork.SelectedAffinity = _selectedAffinity;
|
||||
|
||||
if (oldTargetConnection != _targetConnection ||
|
||||
oldSelectedAffinity != null && _selectedAffinity != null && oldSelectedAffinity.opaque_ref != _selectedAffinity.opaque_ref)
|
||||
oldSelectedAffinity?.opaque_ref != _selectedAffinity?.opaque_ref)
|
||||
NotifyNextPagesOfChange(m_pageXvaStorage, m_pageXvaNetwork);
|
||||
}
|
||||
else if (type == typeof(StoragePickerPage))
|
||||
|
Loading…
Reference in New Issue
Block a user