mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 14:27:26 +01:00
Merge pull request #472 from GaborApatiNagy/CA-120187
CA-120187: Manifestation of "anonymous" action when repairing multiple storages
This commit is contained in:
commit
44b2148c29
@ -277,7 +277,7 @@ namespace XenAdmin.Dialogs
|
||||
subActions.Add(new SrRepairAction(sr.Connection, sr, false));
|
||||
}
|
||||
|
||||
_repairAction = new MultipleAction(null, string.Empty, string.Empty, string.Empty, subActions);
|
||||
_repairAction = new MultipleAction(null, string.Empty, string.Empty, string.Empty, subActions, true);
|
||||
}
|
||||
|
||||
_repairAction.Changed += action_Changed;
|
||||
|
Loading…
Reference in New Issue
Block a user