Compare commits

..

3 Commits

Author SHA1 Message Date
4e2eca295d Tests: Update dependencies
All checks were successful
Test / Run tests (push) Successful in 1m45s
2025-08-11 22:50:12 +02:00
1f165055c1 Elwig: Update dependencies 2025-08-11 22:50:12 +02:00
7b953fa73e [#70] ElwigData: Sync WbKg 2025-08-11 22:50:04 +02:00

View File

@@ -731,6 +731,7 @@ namespace Elwig.Services {
.Select(p => p.Delivery)
.Distinct()
.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)
.AsSplitQuery()
.ToListAsync();
@@ -758,6 +759,7 @@ namespace Elwig.Services {
.Select(p => p.Delivery)
.Distinct()
.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)
.AsSplitQuery()
.ToListAsync();