R3 is ready

This commit is contained in:
Michał Zieliński
2024-12-22 13:35:43 +01:00
parent 1fc00ac419
commit a72c1488ba
3 changed files with 30 additions and 9 deletions

View File

@@ -280,7 +280,6 @@ public class LayersController : Controller
x.Name != null && x.Name.Contains(nameFilter) &&
x.Records!.Any(y => y.Code == "Type" && y.Desc1 == "ImportWorker") &&
x.Records!.Any(y => y.Code == "IsEnabled" && y.Desc1 == "True")
)
.OrderByDescending(x => x.CreatedAt)
.ToList();
@@ -645,7 +644,7 @@ public class LayersController : Controller
}
case "T1-R3":
{
var processor = new T1R3Processor(_db, this, _logsController, _googleSheetValues);
var processor = new T1R3Processor(_db, this, _googleSheetValues);
processor.Process(processWorker);
_logsController.AddEntry(new LogEntry