mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
Merge pull request #1322 from MihaelaStoica/CA-231500
CA-231500: XenCenter allows you to open multiple windows from change …
This commit is contained in:
commit
83f5e3b78b
@ -1057,8 +1057,8 @@ namespace XenAdmin.TabPages
|
||||
selectedSubjects.Add(selectedRow.subject);
|
||||
}
|
||||
|
||||
RoleSelectionDialog dialog = new RoleSelectionDialog(selectedSubjects.ToArray(), pool);
|
||||
dialog.Show(this);
|
||||
using (var dialog = new RoleSelectionDialog(selectedSubjects.ToArray(), pool))
|
||||
dialog.ShowDialog(this);
|
||||
}
|
||||
|
||||
private void ButtonLogout_Click(object sender, EventArgs e)
|
||||
|
Loading…
Reference in New Issue
Block a user