This commit is contained in:
Matthias Hochmeister
2026-03-13 21:27:07 +01:00
parent 0d4e7b480d
commit b3266afbf8
4 changed files with 54 additions and 47 deletions

View File

@@ -87,7 +87,7 @@ export interface MitgliederProfile {
// FDISK-synced extended profile fields
geburtsort: string | null;
geschlecht: string | null;
geschlecht: string | null; // full text, e.g. 'männlich', 'weiblich'
beruf: string | null;
wohnort: string | null;
plz: string | null;