FIX: pages load with indexed map[string]any, page edit page

This commit is contained in:
Simon Martens
2026-01-14 17:56:28 +01:00
parent 941ecbecaf
commit 3732b128db
12 changed files with 564 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ type IApp interface {
Core() core.App
ResetDataCache()
ResetHtmlCache()
ResetPagesCache()
Logger() *slog.Logger
}

View File

@@ -43,6 +43,8 @@ const (
P_USER_MGMT_NAME = "user_management"
P_SEITEN_EDIT_NAME = "seiten_edit"
P_ALMANACH_EDIT_NAME = "almanach_edit"
P_ALMANACH_NEW_NAME = "almanach_new"
P_REIHE_EDIT_NAME = "reihe_edit"