C2014-006: for BGE alarms, transition to window should have window with HLS text
Fix B2015-211 (pagination flag to fix step text from overlapping bottom continue message)
This commit is contained in:
@@ -1133,7 +1133,13 @@ namespace VEPROMS.CSLA.Library
|
||||
ItemInfo secitm = TranGetSectionItem(tb._ToItem);
|
||||
if ((!((tb._TransUI & E_TransUI.StepAllowNone) == E_TransUI.StepAllowNone)) || tb._ToItem.MyContent.Type > 20000)
|
||||
{
|
||||
if (tb.HasText)
|
||||
if (tb._FormatData.PrintData.SpecialCaseCalvertAlarm && tb._ToItem.IsHigh && tb._ToItem.FormatStepData.StepEditData.TypeMenu.MenuItem.ToUpper().Contains("WINDOW"))
|
||||
{
|
||||
//use text rather than tab: (BGE Alarm window transitions - C2014-006)
|
||||
tb.ReplaceToken(Tab(tb._ToItem, true) + ' ' + tb._ToItem.DisplayText);
|
||||
return true;
|
||||
}
|
||||
else if (tb.HasText)
|
||||
{
|
||||
// check for transition that goes to a procedure step section with title of 'Procedure steps' followed
|
||||
// by ', Step'. This should output as 'Procedure step xyz' rather than 'Procedure steps, step xyz'
|
||||
|
Reference in New Issue
Block a user