From b0b2350c8c156a1921cbe881228dbc104968ce8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Sun, 10 Mar 2024 09:09:33 +0100 Subject: [PATCH] AutoProcess fix --- WebAPI/Controllers/LayersController.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/WebAPI/Controllers/LayersController.cs b/WebAPI/Controllers/LayersController.cs index 3db62b1..30f02e0 100644 --- a/WebAPI/Controllers/LayersController.cs +++ b/WebAPI/Controllers/LayersController.cs @@ -259,7 +259,6 @@ namespace WebAPI.Controllers x.Records!.Any(x => x.Code == "Type" && x.Desc1 == "ProcessWorker") && x.Records!.Any(x => x.Code == "IsEnabled" && x.Desc1 == "True") && x.Records!.Any(x => x.Code == "ProcessType" && x.Desc1 == type) - && x.Number == 800 ) .OrderBy(x => x.CreatedAt) .ToList();