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": [
|
||||
|
||||
Reference in New Issue
Block a user