Skip to content

Commit

Permalink
Do not set ProposedPerson to NULL when resetting workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aleklundeq committed Oct 2, 2023
1 parent 9b016d8 commit a8a3c1f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public async Task<bool> Handle(ResetWorkflow request, CancellationToken cancella
requestItem.State = new DbOpState();
requestItem.IsDraft = true;
requestItem.AssignedDepartment = null;
requestItem.ProposedPerson = new DbOpProposedPerson();

db.Workflows.RemoveRange(
db.Workflows.Where(wf => wf.RequestId == request.requestId)
Expand Down

0 comments on commit a8a3c1f

Please sign in to comment.