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:
Rich
2015-02-05 03:56:30 +00:00
parent 34bfdba7b2
commit 4e1eff4c4f
7 changed files with 607 additions and 30 deletions

View File

@@ -819,7 +819,10 @@ namespace Volian.Controls.Library
OriginalText = modtext;
}
if (!_MyItemInfo.IsStep)
{
_MyItemInfo.UpdateTransitionText();
_MyItemInfo.UpdateROText();
}
}
catch (Exception ex)
{