From efacf04e32d98d9e6cadcfcc0ea2019a36efef6c Mon Sep 17 00:00:00 2001 From: Phil Schneider Date: Thu, 25 Jul 2024 16:41:39 +0200 Subject: [PATCH] fix(sdDoc): set process step to skipped if ClearinghouseConnectDisabled is true (#874) Refs: #792 Reviewed-By: Evelyn Gurschler --- .../SdFactory.Library/BusinessLogic/SdFactoryBusinessLogic.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/externalsystems/SdFactory.Library/BusinessLogic/SdFactoryBusinessLogic.cs b/src/externalsystems/SdFactory.Library/BusinessLogic/SdFactoryBusinessLogic.cs index 1cf3479903..5ded118ed5 100644 --- a/src/externalsystems/SdFactory.Library/BusinessLogic/SdFactoryBusinessLogic.cs +++ b/src/externalsystems/SdFactory.Library/BusinessLogic/SdFactoryBusinessLogic.cs @@ -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,