Consistent wording to refer to Working Drafts (Doc Versions)

This commit is contained in:
Rich
2015-08-04 13:00:57 +00:00
parent a9745c111a
commit 9854bc7690
3 changed files with 5 additions and 5 deletions

View File

@@ -628,7 +628,7 @@ namespace VEPROMS.CSLA.Library
}
catch (Exception ex)
{
if (!ex.Message.Contains("This document version has been deleted") && !ex.Message.Contains("This current step has been deleted in another session"))
if (!ex.Message.Contains("This working draft has been deleted") && !ex.Message.Contains("This current step has been deleted in another session"))
{
if (_MyLog.IsErrorEnabled) _MyLog.Error("DocVersion.DataPortal_Fetch", ex);
}