mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 14:27:26 +01:00
64970a7d13
The reason for the error dialog appearing behind License Manager dialog was that we used MainWindow as parent of the Licensing Error dialog (in ShowLicensingFailureDialog method in ApplyLicenseEditionCommand) and there were already 3 other modal dialogs displayed one on top of each other: License Manager, Apply License and Action Progress. Fixed by calling the ShowLicensingFailureDialog from the command, on action.Completed event (instead of action.Run) and passing the Parent as a parameter, so that we can use the correct parent when displaying the error dialog. Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com> |
||
---|---|---|
.. | ||
ActivationProxy.cs | ||
ActivationRequestAction.cs | ||
ApplyLicenseAction.cs | ||
ApplyLicenseEditionAction.cs | ||
ChangeHostPasswordAction.cs | ||
DestroyHostAction.cs | ||
DestroyHostCrashDumpAction.cs | ||
DisableHostAction.cs | ||
EditMultipathAction.cs | ||
EnableHostAction.cs | ||
EvacuateHostAction.cs | ||
ExecutePluginAction.cs | ||
FibreChannelProbeAction.cs | ||
GetServerTimeAction.cs | ||
GetSystemStatusCapabilities.cs | ||
HostAbstractAction.cs | ||
HostBackupRestoreAction.cs | ||
HostPowerOnAction.cs | ||
HostWithStatus.cs | ||
LicensingHelper.cs | ||
RebootHostAction.cs | ||
RestartToolstackAction.cs | ||
SavePowerOnSettingsAction.cs | ||
ShutdownHostAction.cs | ||
SingleHostStatusAction.cs | ||
SystemStatusAction.cs | ||
TestLocationInstallerAction.cs | ||
VMsWhichCanBeMigratedAction.cs |