Added logic to refresh Change List after paste - Fixes B2012-097

This commit is contained in:
Rich 2012-04-04 20:59:15 +00:00
parent b4e85fd3b0
commit 8e9ed2de1a

View File

@ -1144,6 +1144,7 @@ namespace VEPROMS
SectionInfo si = args.MyItemInfo as SectionInfo;
if (si != null && (si.MyContent.MyEntry.MyDocument.LibTitle ?? "") != "") displayLibDocs.RefreshLibDocPanel(tc);
}
displayHistory.RefreshChangeList();
}
private void tc_PanelTabDisplay(object sender, StepPanelTabDisplayEventArgs args)
{