Small include improvment
This commit is contained in:
@@ -185,7 +185,7 @@
|
|||||||
.Get()
|
.Get()
|
||||||
.Include(x => x.Allocations)
|
.Include(x => x.Allocations)
|
||||||
.Include(x => x.Image)
|
.Include(x => x.Image)
|
||||||
.Include("Image.Variables")
|
.ThenInclude(x => x.Variables)
|
||||||
.Include(x => x.Node)
|
.Include(x => x.Node)
|
||||||
.Include(x => x.Variables)
|
.Include(x => x.Variables)
|
||||||
.Include(x => x.MainAllocation)
|
.Include(x => x.MainAllocation)
|
||||||
|
|||||||
Reference in New Issue
Block a user