Add dateOfBirth field and localization support for CBeteiligte entity; update layouts and metadata
This commit is contained in:
@@ -123,6 +123,26 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"dateOfBirth": {
|
||||
"visible": {
|
||||
"conditionGroup": [
|
||||
{
|
||||
"type": "or",
|
||||
"value": [
|
||||
{
|
||||
"type": "equals",
|
||||
"attribute": "rechtsform",
|
||||
"value": "NatürlichePerson"
|
||||
},
|
||||
{
|
||||
"type": "isEmpty",
|
||||
"attribute": "rechtsform"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"handelsregisterArt": {
|
||||
"visible": {
|
||||
"conditionGroup": [
|
||||
|
||||
@@ -57,6 +57,13 @@
|
||||
"required": true,
|
||||
"copyToClipboard": true
|
||||
},
|
||||
"dateOfBirth": {
|
||||
"type": "date",
|
||||
"required": false,
|
||||
"tooltip": true,
|
||||
"isCustom": true,
|
||||
"isPersonalData": true
|
||||
},
|
||||
"description": {
|
||||
"type": "text"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user