Added call to SetupSecurity after closing edit user dialog
Aded code to corect how Summary of Changes report was processing list of changes Added code to account for double line box around high level steps Added code to resolve printing cautions and notes associated with substeps
This commit is contained in:
@@ -227,7 +227,8 @@ namespace VEPROMS
|
||||
if (frm.ShowDialog(this) == DialogResult.OK)
|
||||
{
|
||||
frm.MyUser.Save();
|
||||
}
|
||||
SetupSecurity();
|
||||
}
|
||||
}
|
||||
}
|
||||
private void deleteUserToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
|
Reference in New Issue
Block a user