Verbessere die Sichtbarkeit von Mitgliederdaten, indem das Geburtsdatum im Edit-Formular hinzugefügt wird
Some checks failed
Code Analysis (JS/Vue) / analyze (push) Failing after 52s
Some checks failed
Code Analysis (JS/Vue) / analyze (push) Failing after 52s
This commit is contained in:
@@ -241,10 +241,11 @@ export default defineEventHandler(async (event) => {
|
||||
return undefined
|
||||
}
|
||||
})() : undefined,
|
||||
geburtsdatum: member.geburtsdatum || undefined, // Originalfeld für das Edit-Formular
|
||||
// Flag for UI: data existed but is hidden to the current viewer
|
||||
contactHidden
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
return {
|
||||
success: true,
|
||||
|
||||
Reference in New Issue
Block a user