From bf2fa66a4a3899acb5928233635db60ea26db45f Mon Sep 17 00:00:00 2001 From: John Date: Wed, 13 Sep 2017 13:15:51 +0000 Subject: [PATCH] B2017-041 refresh the table in the procedure editor after it was pasted via the CopyStep function --- PROMS/VEPROMS.CSLA.Library/Generated/ContentInfo.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PROMS/VEPROMS.CSLA.Library/Generated/ContentInfo.cs b/PROMS/VEPROMS.CSLA.Library/Generated/ContentInfo.cs index a31a2af0..e938c38e 100644 --- a/PROMS/VEPROMS.CSLA.Library/Generated/ContentInfo.cs +++ b/PROMS/VEPROMS.CSLA.Library/Generated/ContentInfo.cs @@ -619,6 +619,8 @@ namespace VEPROMS.CSLA.Library { string key = tmp.ContentID.ToString(); ConvertListToDictionary(); + if (tmp.MyGrid != null) // B2017-041 refresh the table (grid) on the screen to show the transition changes + GridInfo.Refresh(tmp.MyGrid); if (_CacheByPrimaryKey.ContainsKey(key)) foreach (ContentInfo tmpInfo in _CacheByPrimaryKey[key]) {