diff --git a/PROMS/Volian.Controls.Library/StepRTB.cs b/PROMS/Volian.Controls.Library/StepRTB.cs index f0c51a42..276b80c3 100644 --- a/PROMS/Volian.Controls.Library/StepRTB.cs +++ b/PROMS/Volian.Controls.Library/StepRTB.cs @@ -2750,6 +2750,7 @@ namespace Volian.Controls.Library itm.Save(); Rtf = Rtf.Replace(string.Format("", oldid), rousg.ROUsageID.ToString()); itm.Save(); + MyItemInfo.MyContent.RefreshContentRoUsages(); } } Match mt = Regex.Match(Rtf, "Transition.*:.* "); @@ -2804,6 +2805,7 @@ namespace Volian.Controls.Library itm.Save(); Rtf = Rtf.Replace(string.Format("", oldidt), ct.TransitionID.ToString()); itm.Save(); + MyItemInfo.MyContent.RefreshContentTransitions(); } if (dispose2) itm2.Dispose();