mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
CA-215573: Batch updates: Install update wizard "Finish" button activated even when batch install still in progress
Trivial changeset Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
parent
a007eec882
commit
893275fb2f
@ -341,10 +341,10 @@ namespace XenAdmin.Wizards.PatchingWizard
|
||||
ShowErrors();
|
||||
|
||||
_thisPageIsCompleted = true;
|
||||
|
||||
_cancelEnabled = false;
|
||||
_nextEnabled = true;
|
||||
}
|
||||
|
||||
_cancelEnabled = false;
|
||||
_nextEnabled = true;
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user