mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 02:25:30 +00:00
FIX: pages load with indexed map[string]any, page edit page
This commit is contained in:
@@ -11,6 +11,7 @@ type IApp interface {
|
||||
Core() core.App
|
||||
ResetDataCache()
|
||||
ResetHtmlCache()
|
||||
ResetPagesCache()
|
||||
Logger() *slog.Logger
|
||||
}
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user