Improved concatenate substep with parent tab in RNO (based on format flag conditions).
This commit is contained in:
parent
702980a0e4
commit
65c8eecd0d
@ -2551,7 +2551,7 @@ namespace VEPROMS.CSLA.Library
|
||||
myparent = myparent.ActiveParent as ItemInfo;
|
||||
}
|
||||
}
|
||||
else if (myparent.IsSection || myparent.IsHigh || myparent.IsSequential)
|
||||
else if (myparent.IsSection || myparent.IsHigh || myparent.IsSequential || (myparent.IsRNOPart && myparent.FormatStepData.NumberHighLevel && tbformat.ToUpper().Contains("WPAR")))
|
||||
{
|
||||
parentTab = myparent.MyTab.CleanText.Trim();
|
||||
tbformat = parentTab + (parentTab.EndsWith(".") ? "" : ".") + tbformat.TrimStart();
|
||||
|
Loading…
x
Reference in New Issue
Block a user