mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
#20150: Fixing possible NullReferenceExceptions after resuming a paused workflow.
Work Item: 20150
This commit is contained in:
@@ -209,6 +209,7 @@ namespace Orchard.Workflows.Services {
|
||||
foreach (var blocking in blockedOn) {
|
||||
workflow.AwaitingActivities.Add(new AwaitingActivityRecord {
|
||||
ActivityRecord = blocking,
|
||||
WorkflowRecord = workflow
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user