diff --git a/PROMS/Volian.Controls.Library/StepTabRibbon.cs b/PROMS/Volian.Controls.Library/StepTabRibbon.cs index f3943942..9d4fdb7c 100644 --- a/PROMS/Volian.Controls.Library/StepTabRibbon.cs +++ b/PROMS/Volian.Controls.Library/StepTabRibbon.cs @@ -995,9 +995,11 @@ namespace Volian.Controls.Library //copy item is high level step if (tmp.MyDisplayTabControl.MyCopyStep.IsHigh && !MyItemInfo.IsHigh) { - btnPasteBefore.Enabled = btnCMPasteBefore.Enabled = false; - btnPasteAfter.Enabled = btnCMPasteAfter.Enabled = false; - btnPasteReplace.Enabled = btnCMPasteReplace.Enabled = false; + // commenting these lines out allows us to use Copy Step to copy a High Level Step + // to a sub-step level. - 05/18/2015 jsj + //btnPasteBefore.Enabled = btnCMPasteBefore.Enabled = false; + //btnPasteAfter.Enabled = btnCMPasteAfter.Enabled = false; + //btnPasteReplace.Enabled = btnCMPasteReplace.Enabled = false; return; } if (tmp.MyDisplayTabControl.MyCopyStep.IsHigh && MyItemInfo.IsHigh && tmp.MyDisplayTabControl.MyCopyStep.ItemID == MyItemInfo.ItemID)