Add relationships for Mietobjekte in CMietinkasso and CVmhRumungsklage; update Contact entity to reference CBankverbindungen
This commit is contained in:
@@ -174,6 +174,14 @@
|
||||
"audited": false,
|
||||
"isCustom": true
|
||||
},
|
||||
"mietobjekte": {
|
||||
"type": "hasMany",
|
||||
"relationName": "cMietobjektMietinkasso",
|
||||
"foreign": "mietinkassos",
|
||||
"entity": "CMietobjekt",
|
||||
"audited": false,
|
||||
"isCustom": true
|
||||
},
|
||||
"freigeschalteteNutzer": {
|
||||
"type": "belongsTo",
|
||||
"foreign": "cMietinkassos",
|
||||
|
||||
@@ -126,6 +126,14 @@
|
||||
"audited": false,
|
||||
"isCustom": true
|
||||
},
|
||||
"contact2mietobjekt": {
|
||||
"type": "hasMany",
|
||||
"relationName": "cMietobjektContact",
|
||||
"foreign": "cVmhmietobjekt2contact",
|
||||
"entity": "Contact",
|
||||
"audited": false,
|
||||
"isCustom": true
|
||||
},
|
||||
"dokumentesMietobjekt": {
|
||||
"type": "hasMany",
|
||||
"relationName": "cMietobjektDokumente",
|
||||
|
||||
@@ -174,6 +174,14 @@
|
||||
"audited": false,
|
||||
"isCustom": true
|
||||
},
|
||||
"mietobjekte": {
|
||||
"type": "hasMany",
|
||||
"relationName": "cMietobjektVmhRumungsklage",
|
||||
"foreign": "vmhRumungsklages",
|
||||
"entity": "CMietobjekt",
|
||||
"audited": false,
|
||||
"isCustom": true
|
||||
},
|
||||
"freigeschalteteNutzer": {
|
||||
"type": "belongsTo",
|
||||
"foreign": "cVmhRumungsklages",
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
"type": "hasMany",
|
||||
"relationName": "cBankverbindungContact",
|
||||
"foreign": "contactsBankverbindung",
|
||||
"entity": "CBankverbindung",
|
||||
"entity": "CBankverbindungen",
|
||||
"audited": false,
|
||||
"isCustom": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user