From 7a220246248f6d26533b5e3a8aa6433dda5a9739 Mon Sep 17 00:00:00 2001 From: TekH Date: Thu, 16 Apr 2026 14:14:19 +0200 Subject: [PATCH] Remove batch result check from rec action invocation Removed the check that blocked rec action invocation if results already existed for a batch. Also updated using directives for exception handling and logging. --- .../Commands/InvokeBatchRecActionViewsCommand.cs | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/ReC.Application/RecActions/Commands/InvokeBatchRecActionViewsCommand.cs b/src/ReC.Application/RecActions/Commands/InvokeBatchRecActionViewsCommand.cs index 7f4a70c..c44e927 100644 --- a/src/ReC.Application/RecActions/Commands/InvokeBatchRecActionViewsCommand.cs +++ b/src/ReC.Application/RecActions/Commands/InvokeBatchRecActionViewsCommand.cs @@ -1,9 +1,7 @@ -using DigitalData.Core.Exceptions; -using MediatR; +using MediatR; using Microsoft.Extensions.Logging; using ReC.Application.Common.Exceptions; using ReC.Application.RecActions.Queries; -using ReC.Application.Results.Queries; using ReC.Domain.Constants; namespace ReC.Application.RecActions.Commands; @@ -18,11 +16,6 @@ public class InvokeRecActionViewsCommandHandler(ISender sender, ILogger