Compare commits

..

3 Commits

Author SHA1 Message Date
lorenz.stechauner 10cb23db9e Tests: Update dependencies
Test / Run tests (push) Successful in 2m26s
2025-08-11 22:47:24 +02:00
lorenz.stechauner a417d0f2a2 Elwig: Update dependencies 2025-08-11 22:47:12 +02:00
lorenz.stechauner b184d5661b [#70] ElwigData: Sync WbKg
Test / Run tests (push) Successful in 1m58s
2025-08-11 20:51:01 +02:00
-2
View File
@@ -731,7 +731,6 @@ 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();
@@ -759,7 +758,6 @@ 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();