B2020-089: Page number transitions not resolving correctly in HLS that are upper cased

This commit is contained in:
2020-07-10 14:18:44 +00:00
parent af0d1ffa76
commit ff6e04b5df
4 changed files with 4 additions and 4 deletions

View File

@@ -1592,7 +1592,7 @@ namespace VEPROMS.CSLA.Library
if (ti.TransitionID == transitionID)
{
string path = ti.ResolvePathTo(_MyFormat, _MyItemInfo, ti.TranType, ti.MyItemToID, ti.MyItemRangeID);
return path;
if (!path.Contains("(Page ~)"))return path; // B2020-089, don't change back to a Page ~ if page number already set.
}
}
return text;