Remove address fields from CBeteiligte entity and layouts; add bank connection relation to CDokumente and Contact entities; update config timestamps
This commit is contained in:
@@ -42,27 +42,6 @@
|
||||
"defaultType": "Mobile",
|
||||
"isPersonalData": true
|
||||
},
|
||||
"address": {
|
||||
"type": "address",
|
||||
"isPersonalData": true
|
||||
},
|
||||
"addressStreet": {
|
||||
"type": "text",
|
||||
"maxLength": 255,
|
||||
"dbType": "varchar"
|
||||
},
|
||||
"addressCity": {
|
||||
"type": "varchar"
|
||||
},
|
||||
"addressState": {
|
||||
"type": "varchar"
|
||||
},
|
||||
"addressCountry": {
|
||||
"type": "varchar"
|
||||
},
|
||||
"addressPostalCode": {
|
||||
"type": "varchar"
|
||||
},
|
||||
"createdAt": {
|
||||
"type": "datetime",
|
||||
"readOnly": true
|
||||
|
||||
@@ -151,6 +151,14 @@
|
||||
"entity": "CMietobjekt",
|
||||
"audited": false,
|
||||
"isCustom": true
|
||||
},
|
||||
"bankverbindung2dokumente": {
|
||||
"type": "hasMany",
|
||||
"relationName": "cBankverbindungDokumente",
|
||||
"foreign": "dokumentesBankverbindung",
|
||||
"entity": "CBankverbindung",
|
||||
"audited": false,
|
||||
"isCustom": true
|
||||
}
|
||||
},
|
||||
"collection": {
|
||||
|
||||
@@ -85,6 +85,14 @@
|
||||
"entity": "CVmhRumungsklage",
|
||||
"audited": false,
|
||||
"isCustom": true
|
||||
},
|
||||
"cBankverbindungenContact": {
|
||||
"type": "hasMany",
|
||||
"relationName": "cBankverbindungContact",
|
||||
"foreign": "contactsBankverbindung",
|
||||
"entity": "CBankverbindung",
|
||||
"audited": false,
|
||||
"isCustom": true
|
||||
}
|
||||
},
|
||||
"fields": {
|
||||
|
||||
Reference in New Issue
Block a user