Add Mietinkasso and Räumungsklage fields to translations and metadata, update layouts and configuration
This commit is contained in:
@@ -86,24 +86,6 @@
|
||||
"required": false,
|
||||
"default": 0,
|
||||
"isCustom": true
|
||||
},
|
||||
"cAdvowareAkteId": {
|
||||
"type": "varchar",
|
||||
"len": 17,
|
||||
"isCustom": true
|
||||
},
|
||||
"cAdvowareAkteName": {
|
||||
"type": "varchar",
|
||||
"isCustom": true
|
||||
},
|
||||
"cAICollectionId": {
|
||||
"type": "varchar",
|
||||
"len": 17,
|
||||
"isCustom": true
|
||||
},
|
||||
"cAICollectionName": {
|
||||
"type": "varchar",
|
||||
"isCustom": true
|
||||
}
|
||||
},
|
||||
"links": {
|
||||
@@ -205,22 +187,24 @@
|
||||
"foreign": "mietinkassosBeklagte",
|
||||
"entity": "CBeteiligte",
|
||||
"audited": false,
|
||||
"isCustom": true },
|
||||
"isCustom": true
|
||||
},
|
||||
"pulse": {
|
||||
"type": "hasMany",
|
||||
"entity": "CPuls",
|
||||
"foreign": "parent",
|
||||
"isCustom": true },
|
||||
"isCustom": true
|
||||
},
|
||||
"cAdvowareAkte": {
|
||||
"type": "belongsTo",
|
||||
"type": "hasOne",
|
||||
"entity": "CAdvowareAkten",
|
||||
"foreign": "cmietinkassos",
|
||||
"foreign": "cmietinkasso",
|
||||
"isCustom": true
|
||||
},
|
||||
"cAICollection": {
|
||||
"type": "belongsTo",
|
||||
"type": "hasOne",
|
||||
"entity": "CAICollection",
|
||||
"foreign": "cmietinkassos",
|
||||
"foreign": "cmietinkasso",
|
||||
"isCustom": true
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user