This commit is contained in:
Kathy Ruffing 2011-01-19 16:07:38 +00:00
parent 8a7e5bcc18
commit 7d070668db

View File

@ -874,7 +874,7 @@ namespace VEPROMS.CSLA.Library
ItemInfo.RefreshPrevious(nextItem.ItemID, item.PreviousID);
// The order of the next two methods was required to fix a null reference
// when getting myparent. This bug was found when deleting a node from the
// tree when the stepitem was not open (i.e. in the step editor window).
// tree when the RTBItem was not open (i.e. in the step editor window).
nextItem.RefreshItemParts();
//nextItem.ResetOrdinal(); - UpdateTransitionText calls ResetOrdinal
nextItem.UpdateTransitionText();