Added code to adjust order of refreshing transitions when deleting item that is part of a transition
B2014-096 fixed
This commit is contained in:
		@@ -1130,6 +1130,9 @@ namespace VEPROMS.CSLA.Library
 | 
			
		||||
					nextItem.RefreshItemParts();
 | 
			
		||||
					//nextItem.ResetOrdinal(); - UpdateTransitionText calls ResetOrdinal
 | 
			
		||||
					//_MyTimer.ActiveProcess = "UpdateTransitionText";
 | 
			
		||||
          if(prevItem != null)
 | 
			
		||||
            prevItem.UpdateTransitionText();
 | 
			
		||||
          else
 | 
			
		||||
            nextItem.UpdateTransitionText();
 | 
			
		||||
				}
 | 
			
		||||
				else if (prevItem != null)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user