Skip to content

Commit

Permalink
Reinclude BoreholeFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
MiraGeowerkstatt committed Jan 14, 2025
1 parent 87379b0 commit 88734ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/BoreholeExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public static IQueryable<Borehole> GetAllWithIncludes(this DbSet<Borehole> boreh
.Include(b => b.Observations).ThenInclude(o => (o as Hydrotest)!.HydrotestKindCodes)
.Include(b => b.BoreholeCodelists)
.Include(b => b.Workflows)
.Include(b => b.BoreholeFiles).ThenInclude(f => f.File)
.Include(b => b.Files)
.Include(b => b.BoreholeGeometry)
.Include(b => b.Workgroup)
Expand Down

0 comments on commit 88734ac

Please sign in to comment.