#5235: Awaiting activities not cleared on saving

This commit is contained in:
jtkech
2015-05-07 21:37:04 +02:00
parent 73336e19ba
commit ae18e0b817

View File

@@ -265,6 +265,7 @@ namespace Orchard.Workflows.Controllers {
var activitiesIndex = new Dictionary<string, ActivityRecord>();
workflowDefinitionRecord.ActivityRecords.Clear();
workflowDefinitionRecord.WorkflowRecords.Clear();
foreach (var activity in state.Activities) {
ActivityRecord activityRecord;