Search was failing when searching for a space, if the data contained a hardspace.

Added Version into ErrorLog for the Session Begin
Fix transition text in Background Documents to say "5" rather than "EOP STEP 5:"
This commit is contained in:
Rich
2013-10-14 15:46:25 +00:00
parent 2deb6dc799
commit 883392a51a
4 changed files with 14 additions and 6 deletions

View File

@@ -702,7 +702,8 @@ namespace VEPROMS.CSLA.Library
if (!doStep && item.IsHigh) doStep = true;
if (doStep && pitem.IsHigh)
{
string hlsTab = StepInfo.Get(pitem.ItemID).MyTab.CleanTextNoSymbols;
Tab myTab = StepInfo.Get(pitem.ItemID).MyTab;
string hlsTab = myTab.BasicTab ?? myTab.CleanTextNoSymbols;
if (!sret.StartsWith(hlsTab.Trim(" ".ToCharArray())))
{
if (!hasDelim)