Add DISG personality type and caller type fields; update visibility logic for CBeteiligte and Contact entities

This commit is contained in:
2026-01-23 23:52:17 +01:00
parent 65af6fd80b
commit ee7a36ef41
9 changed files with 116 additions and 5 deletions

View File

@@ -169,6 +169,16 @@
},
"bankverbindungens": {
"type": "linkMultiple"
},
"disgTyp": {
"type": "enum",
"required": false,
"optionsReference": "Contact.cDISGTyp",
"default": "Unbekannt",
"style": [],
"tooltip": true,
"maxLength": 100,
"isCustom": true
}
},
"links": {
@@ -345,6 +355,12 @@
"rechtsform",
"deleted"
]
},
"disgTyp": {
"columns": [
"disgTyp",
"deleted"
]
}
}
}