Lesekabinett & Startseite

This commit is contained in:
Simon Martens
2025-03-02 00:27:16 +01:00
parent 6e286857d5
commit 0a86833a9f
56 changed files with 771 additions and 445 deletions

View File

@@ -208,7 +208,7 @@ func NewCommonReihenData(app core.App) CommonReihenData {
if err != nil {
app.Logger().Error("Failed to fetch places", "error", err)
}
dbmodels.SortPlacesByName(places)
dbmodels.Sort_Places_Name(places)
rec := []core.Record{}
err = app.RecordQuery(dbmodels.ENTRIES_TABLE).