Skip to content

Commit

Permalink
Merge branch 'main' into reusable-datacard-components
Browse files Browse the repository at this point in the history
  • Loading branch information
tschumpr authored Feb 7, 2024
2 parents 101a7f1 + 924e062 commit 9031bb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/Controllers/HydrotestController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public async Task<IEnumerable<Hydrotest>> GetAsync([FromQuery] int? boreholeId =
var hydrotestes = context.Hydrotests
.Include(w => w.Codelists)
.Include(w => w.Reliability)
.Include(f => f.Casing)
.Include(w => w.HydrotestResults).ThenInclude(h => h.Parameter)
.AsNoTracking();

Expand Down

0 comments on commit 9031bb0

Please sign in to comment.