Compare commits

..

3 Commits

Author SHA1 Message Date
10cb23db9e Tests: Update dependencies
All checks were successful
Test / Run tests (push) Successful in 2m26s
2025-08-11 22:47:24 +02:00
a417d0f2a2 Elwig: Update dependencies 2025-08-11 22:47:12 +02:00
b184d5661b [#70] ElwigData: Sync WbKg
All checks were successful
Test / Run tests (push) Successful in 1m58s
2025-08-11 20:51:01 +02:00

View File

@@ -731,7 +731,6 @@ namespace Elwig.Services {
.Select(p => p.Delivery) .Select(p => p.Delivery)
.Distinct() .Distinct()
.Include(d => d.Parts).ThenInclude(p => p.PartModifiers) .Include(d => d.Parts).ThenInclude(p => p.PartModifiers)
.Include(d => d.Parts).ThenInclude(p => p.Rd)
.Include(d => d.Parts).ThenInclude(p => p.Kg!.Gl) .Include(d => d.Parts).ThenInclude(p => p.Kg!.Gl)
.AsSplitQuery() .AsSplitQuery()
.ToListAsync(); .ToListAsync();
@@ -759,7 +758,6 @@ namespace Elwig.Services {
.Select(p => p.Delivery) .Select(p => p.Delivery)
.Distinct() .Distinct()
.Include(d => d.Parts).ThenInclude(p => p.PartModifiers) .Include(d => d.Parts).ThenInclude(p => p.PartModifiers)
.Include(d => d.Parts).ThenInclude(p => p.Rd)
.Include(d => d.Parts).ThenInclude(p => p.Kg!.Gl) .Include(d => d.Parts).ThenInclude(p => p.Kg!.Gl)
.AsSplitQuery() .AsSplitQuery()
.ToListAsync(); .ToListAsync();