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:
@@ -768,6 +768,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _SpecialCaseCalvertAlarm, "@SpecialCaseCalvertAlarm");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _SpecialCaseCalvertPagination;
|
||||
public bool SpecialCaseCalvertPagination
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _SpecialCaseCalvertPagination, "@SpecialCaseCalvertPagination");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _WCNTraining;
|
||||
public bool WCNTraining
|
||||
{
|
||||
|
Reference in New Issue
Block a user