Fixed checkoff logic so that it handles Signoff style of checkoffs

The checkoff/signoff list was not always refreshing in the step properties panel.
Added format flag CheckoffOnSubStepsOnly for Bryon and Braidwood
This commit is contained in:
2014-02-24 16:36:20 +00:00
parent afdf8a280e
commit 48ee3854a2
3 changed files with 23 additions and 6 deletions

View File

@@ -1250,6 +1250,15 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _SkipSpaces, "@SkipSpaces");
}
}
// put in for Bryon and Braidwood
private LazyLoad<bool> _CheckoffOnSubStepsOnly;
public bool CheckoffOnSubStepsOnly
{
get
{
return LazyLoad(ref _CheckoffOnSubStepsOnly, "@CheckoffOnSubStepsOnly");
}
}
}
#endregion
//#region RightCheckOffBox