Changed UpdateTransitionText to support changes to Procedures or Sections.
Update related transition text if content is restored for Procedures or Sections. Changed code that saves changes to section and procedure titles to update related transition text.
This commit is contained in:
@@ -551,7 +551,7 @@ namespace VEPROMS.CSLA.Library
|
||||
public void UpdateTransitionText()
|
||||
{
|
||||
// Update Ordinals from here down for Steps
|
||||
if (!IsStep) return;
|
||||
//if (!IsStep) return;
|
||||
ResetOrdinal();
|
||||
// This returns a list of all of the transitions that may have been affected
|
||||
using(TransitionInfoList trans = TransitionInfoList.GetAffected(this.ItemID))
|
||||
|
Reference in New Issue
Block a user