Add Mietinkasso and Räumungsklage fields to translations and metadata, update layouts and configuration
This commit is contained in:
@@ -70,6 +70,24 @@
|
||||
"readOnly": true,
|
||||
"tooltip": true,
|
||||
"isCustom": true
|
||||
},
|
||||
"cmietinkassoId": {
|
||||
"type": "varchar",
|
||||
"len": 17,
|
||||
"isCustom": true
|
||||
},
|
||||
"cmietinkassoName": {
|
||||
"type": "varchar",
|
||||
"isCustom": true
|
||||
},
|
||||
"cvmhRumungsklageId": {
|
||||
"type": "varchar",
|
||||
"len": 17,
|
||||
"isCustom": true
|
||||
},
|
||||
"cvmhRumungsklageName": {
|
||||
"type": "varchar",
|
||||
"isCustom": true
|
||||
}
|
||||
},
|
||||
"links": {
|
||||
@@ -136,14 +154,14 @@
|
||||
"foreign": "cAICollection",
|
||||
"isCustom": true
|
||||
},
|
||||
"cmietinkassos": {
|
||||
"type": "hasMany",
|
||||
"cmietinkasso": {
|
||||
"type": "belongsTo",
|
||||
"entity": "CMietinkasso",
|
||||
"foreign": "cAICollection",
|
||||
"isCustom": true
|
||||
},
|
||||
"cvmhRumungsklages": {
|
||||
"type": "hasMany",
|
||||
"cvmhRumungsklage": {
|
||||
"type": "belongsTo",
|
||||
"entity": "CVmhRumungsklage",
|
||||
"foreign": "cAICollection",
|
||||
"isCustom": true
|
||||
|
||||
Reference in New Issue
Block a user