mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 20:36:33 +01:00
Merge pull request #16 from MihaelaStoica/master
CA-123914: Install update wizard: When applying a patch to multiple pool...
This commit is contained in:
commit
0d2b9a3df3
@ -168,8 +168,8 @@ namespace XenAdmin.Wizards.PatchingWizard
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
planActions.Add(new UnwindProblemsAction(ProblemsResolvedPreCheck));
|
|
||||||
}
|
}
|
||||||
|
planActions.Add(new UnwindProblemsAction(ProblemsResolvedPreCheck));
|
||||||
|
|
||||||
actionsWorker = new BackgroundWorker();
|
actionsWorker = new BackgroundWorker();
|
||||||
actionsWorker.DoWork += new DoWorkEventHandler(PatchingWizardAutomaticPatchWork);
|
actionsWorker.DoWork += new DoWorkEventHandler(PatchingWizardAutomaticPatchWork);
|
||||||
|
Loading…
Reference in New Issue
Block a user