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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user