Added PDF SaveLink checkbox and methods

Added PDF SaveLink parameter to methods
Added internal tool to select existing user.
This commit is contained in:
Rich
2015-06-17 11:30:22 +00:00
parent 9bc892a040
commit ee198b5275
4 changed files with 37 additions and 7 deletions

View File

@@ -1379,7 +1379,7 @@ namespace VEPROMS
Membership.MakeMembership(u, g, null, "");
}
}
if(VlnSettings.GetCommandFlag("VeauLeeAnn" + GetSecurityKey()))
if (VlnSettings.GetCommandFlag("VeauLeeAnn" + GetSecurityKey()) || VlnSettings.GetCommandFlag("VeauLeeAnnXYZZY" ))
{
//pop up user list to select from
ContextMenuStrip cms = BuildUserMenu();