Personen Verbesserungen

This commit is contained in:
Simon Martens
2025-02-25 12:16:39 +01:00
parent 24f1e4fd55
commit f35c738cee
13 changed files with 81 additions and 23 deletions

View File

@@ -71,7 +71,7 @@ func (p *PersonenPage) FilterRequest(app core.App, engine *templating.Engine, e
agents, err = dbmodels.AgentsForProfession(app, "Musik", letter)
}
if filter == "autor" {
if filter == "text" {
agents, err = dbmodels.AgentsForProfession(app, "Text", letter)
}