Added logic to refresh Change List after paste - Fixes B2012-097
This commit is contained in:
parent
b4e85fd3b0
commit
8e9ed2de1a
@ -1144,6 +1144,7 @@ namespace VEPROMS
|
|||||||
SectionInfo si = args.MyItemInfo as SectionInfo;
|
SectionInfo si = args.MyItemInfo as SectionInfo;
|
||||||
if (si != null && (si.MyContent.MyEntry.MyDocument.LibTitle ?? "") != "") displayLibDocs.RefreshLibDocPanel(tc);
|
if (si != null && (si.MyContent.MyEntry.MyDocument.LibTitle ?? "") != "") displayLibDocs.RefreshLibDocPanel(tc);
|
||||||
}
|
}
|
||||||
|
displayHistory.RefreshChangeList();
|
||||||
}
|
}
|
||||||
private void tc_PanelTabDisplay(object sender, StepPanelTabDisplayEventArgs args)
|
private void tc_PanelTabDisplay(object sender, StepPanelTabDisplayEventArgs args)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user