Fix for Insert New Step
This commit is contained in:
@@ -175,11 +175,14 @@ namespace VEPROMS.CSLA.Library
|
||||
{
|
||||
_Oldto = tmp.Oldto;
|
||||
_ZTransitionInfoExtension.Refresh(this);
|
||||
if(_MyTransition != null)
|
||||
{
|
||||
_MyTransition.Dispose();// Dispose related value
|
||||
_MyTransition = null;// Reset related value
|
||||
}
|
||||
//RHM Removed 20090724 - Duplicates function of code above.
|
||||
// - Dispose caused error when a new step was added.
|
||||
// - Resequence of transitions did not work properly.
|
||||
// if(_MyTransition != null)
|
||||
// {
|
||||
// _MyTransition.Dispose();// Dispose related value
|
||||
// _MyTransition = null;// Reset related value
|
||||
// }
|
||||
OnChange();// raise an event
|
||||
}
|
||||
public static ZTransitionInfo Get(int transitionID)
|
||||
|
Reference in New Issue
Block a user