B2020-155: Entering transitions, move off and move back on converts them to text.

This commit is contained in:
Kathy Ruffing 2021-04-28 13:31:52 +00:00
parent d944fd635a
commit 8e360e424c

View File

@ -983,6 +983,8 @@ namespace VEPROMS.CSLA.Library
_MyItem.MyContent.FixTransitionText(tran,forceConvertToText);
}
_MyItem.Save();
// B2020-155: Entering transitions, move off and move back on converts them to text. After save, refresh cache
_MyItemInfo.MyContent.RefreshContentTransitions();
}
if (roUsgReplacements.Count > 0)
{