Compare commits

..

3 Commits

Author SHA1 Message Date
lorenz.stechauner 4e2eca295d Tests: Update dependencies
Test / Run tests (push) Successful in 1m45s
2025-08-11 22:50:12 +02:00
lorenz.stechauner 1f165055c1 Elwig: Update dependencies 2025-08-11 22:50:12 +02:00
lorenz.stechauner 7b953fa73e [#70] ElwigData: Sync WbKg 2025-08-11 22:50:04 +02:00
+2
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();