C2021-010: Print using standard pagination rules by removing trailing hard returns, spaces & manual page breaks
This commit is contained in:
@@ -1580,7 +1580,7 @@ namespace VEPROMS
|
||||
}
|
||||
|
||||
public UserInfo MyUserInfo = null;
|
||||
|
||||
public static UserInfo SMyUserInfo = null; // C2021-010: Remove trailing returns/spaces & manual page breaks & allow save.
|
||||
public VersionWindowList MyVersionWindowList;
|
||||
public ContentInfo ci1;
|
||||
public ContentInfo ci2;
|
||||
@@ -1636,6 +1636,7 @@ namespace VEPROMS
|
||||
try
|
||||
{
|
||||
MyUserInfo = UserInfo.GetByUserID(VlnSettings.UserID);
|
||||
SMyUserInfo = MyUserInfo;
|
||||
}
|
||||
catch
|
||||
{
|
||||
@@ -1648,6 +1649,7 @@ namespace VEPROMS
|
||||
Group g = Group.Get(securityRole);
|
||||
Membership.MakeMembership(u, g, null, "");
|
||||
MyUserInfo = UserInfo.Get(u.UID);
|
||||
SMyUserInfo = MyUserInfo;
|
||||
}
|
||||
ctrlAnnotationDetails.MyUserInfo = MyUserInfo;
|
||||
DisplayRO.MyUserInfo = MyUserInfo; // set the user's security information in the properties RO panel
|
||||
|
Reference in New Issue
Block a user