Fixed bug identified during functional testting, item #4.
This commit is contained in:
parent
58c2afa175
commit
bfa53bc1d2
@ -367,6 +367,9 @@ namespace VEPROMS
|
|||||||
if (MessageBox.Show("Are you sure you want to delete this group?", "Confirm Deleting Group", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Question) == DialogResult.Yes)
|
if (MessageBox.Show("Are you sure you want to delete this group?", "Confirm Deleting Group", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Question) == DialogResult.Yes)
|
||||||
{
|
{
|
||||||
Group.Delete(gi.GID);
|
Group.Delete(gi.GID);
|
||||||
|
GroupInfoList.Reset();
|
||||||
|
myGroupInfoList = GroupInfoList.Get();
|
||||||
|
SetupGroups();
|
||||||
SetupSecurity();
|
SetupSecurity();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user