C2015-022 Separate Windows Upgrade – moved RemoveEnhancedFromConfig from AuditExt.cs
C2015-022 Separate Windows Upgrade – new call to RemoveEnhancedFromConfig C2015-022 Separate Windows Upgrade – needed to check ProcessID instead of SessionID
This commit is contained in:
@@ -898,7 +898,7 @@ namespace VEPROMS.CSLA.Library
|
||||
{
|
||||
// the RemoveEnhancedFromConfig method clears from the pasted step and any cautions/notes that may be off
|
||||
// of the pasted step.
|
||||
if (pasteItem.HasEnhancedLinkedStep) ItemInfo.RemoveEnhancedFromConfig(pasteItem, false);
|
||||
if (pasteItem.HasEnhancedLinkedStep) pasteItem.RemoveEnhancedFromConfig();
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
Reference in New Issue
Block a user