Added code to support conversion to text of invalid referenced objects
Added code to support the searching for transitions Added code to support refreshing of referenced objects and transitions Added interface code to support refreshing of referenced objects and transitions Added code to store the xml representation of the approved version of the procedure in the database for future support of temp mods, etc.
This commit is contained in:
@@ -819,7 +819,10 @@ namespace Volian.Controls.Library
|
||||
OriginalText = modtext;
|
||||
}
|
||||
if (!_MyItemInfo.IsStep)
|
||||
{
|
||||
_MyItemInfo.UpdateTransitionText();
|
||||
_MyItemInfo.UpdateROText();
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
Reference in New Issue
Block a user