From 491c79759eb8c3509b05fb2e3e53848fb9cae071 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 16 Feb 2012 19:01:28 +0000 Subject: [PATCH] fixed Enter Key logic so that it jumps to an RNO only if the substep type has sequential numbering --- PROMS/Volian.Controls.Library/StepTabRibbon.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/Volian.Controls.Library/StepTabRibbon.cs b/PROMS/Volian.Controls.Library/StepTabRibbon.cs index 20d54211..fccde6a8 100644 --- a/PROMS/Volian.Controls.Library/StepTabRibbon.cs +++ b/PROMS/Volian.Controls.Library/StepTabRibbon.cs @@ -1683,7 +1683,7 @@ namespace Volian.Controls.Library } //else if (deletedRNO || MyItemInfo.IsEquipmentList) // InsertSiblingBeforeOrAfter("after"); - else if (MyItemInfo.IsEquipmentList) + else if (!MyItemInfo.IsSequential) // only add a sibling if substep type does not have sequential tabs InsertSiblingBeforeOrAfter("after"); else if (deletedRNO) {