Fixed bug identified during functional testting, item #4.

This commit is contained in:
Rich 2013-12-06 04:15:35 +00:00
parent 58c2afa175
commit bfa53bc1d2

View File

@ -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)
{
Group.Delete(gi.GID);
GroupInfoList.Reset();
myGroupInfoList = GroupInfoList.Get();
SetupGroups();
SetupSecurity();
}
}