feat: implementiert PDF-Generierung mit Hintergrundbild und Dokumentation
This commit is contained in:
@@ -163,7 +163,8 @@ else
|
||||
{
|
||||
try
|
||||
{
|
||||
_HallOfFames = await HallOfFameService.GetHallOfFamesAsync(ModuleState.ModuleId);
|
||||
var allEntries = await HallOfFameService.GetHallOfFamesAsync(ModuleState.ModuleId);
|
||||
_HallOfFames = allEntries.Where(i => i.Status == "Published").ToList();
|
||||
|
||||
if (PageState.User != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user