Skip to content

Commit

Permalink
Merge pull request #4380 from sbwalker/dev
Browse files Browse the repository at this point in the history
fix #4375 - deleted pages not being filtered
  • Loading branch information
sbwalker authored Jul 2, 2024
2 parents 0efb3c3 + 45b1d40 commit 475faf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Oqtane.Server/Services/SiteService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public async Task<Site> GetSiteAsync(int siteId)
pages.Add(page);
}
}
site.Pages = pages;

return site;
}
Expand Down

0 comments on commit 475faf7

Please sign in to comment.