Basic new

This commit is contained in:
Simon Martens
2026-01-09 14:25:34 +01:00
parent ecfd3579a5
commit 8903da2350
19 changed files with 797 additions and 180 deletions

View File

@@ -46,6 +46,9 @@ const (
P_USER_MGMT_NAME = "user_management"
P_ALMANACH_EDIT_NAME = "almanach_edit"
P_ALMANACH_NEW_NAME = "almanach_new"
P_REIHE_EDIT_NAME = "reihe_edit"
P_REIHE_NEW_NAME = "reihe_new"
P_PERSON_EDIT_NAME = "person_edit"
P_PERSON_NEW_NAME = "person_new"
)