Add dateOfBirth field and localization support for CBeteiligte entity; update layouts and metadata

This commit is contained in:
2026-01-23 23:09:00 +01:00
parent daa812ea21
commit b59e91f278
6 changed files with 35 additions and 3 deletions

View File

@@ -123,6 +123,26 @@
]
}
},
"dateOfBirth": {
"visible": {
"conditionGroup": [
{
"type": "or",
"value": [
{
"type": "equals",
"attribute": "rechtsform",
"value": "NatürlichePerson"
},
{
"type": "isEmpty",
"attribute": "rechtsform"
}
]
}
]
}
},
"handelsregisterArt": {
"visible": {
"conditionGroup": [

View File

@@ -57,6 +57,13 @@
"required": true,
"copyToClipboard": true
},
"dateOfBirth": {
"type": "date",
"required": false,
"tooltip": true,
"isCustom": true,
"isPersonalData": true
},
"description": {
"type": "text"
},