Notfifications /reihen

This commit is contained in:
Simon Martens
2025-02-21 17:02:16 +01:00
parent ca1320608f
commit 0d79239fd8
9 changed files with 214 additions and 93 deletions

View File

@@ -43,7 +43,7 @@ func (p *ReihePage) Setup(router *router.Router[*core.RequestEvent], app core.Ap
return Error404(e, engine, err, data)
}
data["relations"] = rmap
data["relations"] = rmap[reihe.Id]
data["entries"] = emap
return p.Get(e, engine, data)