Skip to content

Commit

Permalink
fix(sdDoc): set process step to skipped if ClearinghouseConnectDisabl…
Browse files Browse the repository at this point in the history
…ed is true (#874)

Refs: #792
Reviewed-By: Evelyn Gurschler <[email protected]>
  • Loading branch information
Phil91 authored and ntruchsess committed Jul 29, 2024
1 parent 87da1ac commit efacf04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public Task RegisterConnectorAsync(
if (_settings.ClearinghouseConnectDisabled)
{
return new IApplicationChecklistService.WorkerChecklistProcessStepExecutionResult(
ProcessStepStatusId.DONE,
ProcessStepStatusId.SKIPPED,
entry => entry.ApplicationChecklistEntryStatusId = ApplicationChecklistEntryStatusId.DONE,
new[] { ProcessStepTypeId.ACTIVATE_APPLICATION },
null,
Expand Down

0 comments on commit efacf04

Please sign in to comment.