mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-09 21:38:43 +00:00
Fix q.Slot.Creator not being included in GetFavouriteSlots
This commit is contained in:
parent
a6e489fb99
commit
a6b248af02
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ namespace LBPUnion.ProjectLighthouse.Controllers {
|
||||||
.Include(q => q.User)
|
.Include(q => q.User)
|
||||||
.Include(q => q.Slot)
|
.Include(q => q.Slot)
|
||||||
.Include(q => q.Slot.Location)
|
.Include(q => q.Slot.Location)
|
||||||
|
.Include(q => q.Slot.Creator)
|
||||||
.Where(q => q.User.Username == username)
|
.Where(q => q.User.Username == username)
|
||||||
.AsEnumerable();
|
.AsEnumerable();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue