Added logic to create annotations for transitions to un-numbered steps
This commit is contained in:
parent
45fc9edcd3
commit
ce52e31138
@ -475,7 +475,8 @@ namespace Volian.Controls.Library
|
|||||||
//FormatInfo formatInfo = _MyItemInfo.ActiveFormat;
|
//FormatInfo formatInfo = _MyItemInfo.ActiveFormat;
|
||||||
using (_MyItem = _MyItemInfo.Get())
|
using (_MyItem = _MyItemInfo.Get())
|
||||||
{
|
{
|
||||||
if (_MyItemInfo.NewTransToUnNumberedItem)
|
// The following was added to support transitions to un-numbered steps
|
||||||
|
if (_MyItemInfo.NewTransToUnNumberedItem && rtb.Text.Contains("<NewID>"))
|
||||||
{
|
{
|
||||||
ItemAnnotation ia = _MyItem.ItemAnnotations.Add(AnnotationType.GetByName("Verification Required"));
|
ItemAnnotation ia = _MyItem.ItemAnnotations.Add(AnnotationType.GetByName("Verification Required"));
|
||||||
ia.SearchText = "Transition to Un-Numbered Step";
|
ia.SearchText = "Transition to Un-Numbered Step";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user