logic to support transition to a non-numbered step
commented out test coding to save for now.
This commit is contained in:
@@ -475,6 +475,12 @@ namespace Volian.Controls.Library
|
||||
//FormatInfo formatInfo = _MyItemInfo.ActiveFormat;
|
||||
using (_MyItem = _MyItemInfo.Get())
|
||||
{
|
||||
if (_MyItemInfo.NewTransToUnNumberedItem)
|
||||
{
|
||||
ItemAnnotation ia = _MyItem.ItemAnnotations.Add(AnnotationType.GetByName("Verification Required"));
|
||||
ia.SearchText = "Transition to Un-Numbered Step";
|
||||
_MyItemInfo.NewTransToUnNumberedItem = false;
|
||||
}
|
||||
// check for different text, i.e. text from this itm doesn't match
|
||||
// original text, a change occurred in database, but not from this user.
|
||||
if (OriginalText != EditText)
|
||||
|
Reference in New Issue
Block a user