- Implemented the ability to initiate terminations from Mietverhältnisse. - Added new fields and options for terminations in both German and English language files. - Updated metadata definitions to include relationships for terminations with Mietobjekte and Beteiligte. - Enhanced the service layer to handle termination creation, including linking relevant entities and copying documents. - Updated configuration timestamps for deployment.
63 lines
1.5 KiB
JSON
63 lines
1.5 KiB
JSON
{
|
|
"controller": "controllers/record",
|
|
"boolFilterList": [
|
|
"onlyMy"
|
|
],
|
|
"sidePanels": {
|
|
"detail": [
|
|
{
|
|
"name": "activities",
|
|
"reference": "activities"
|
|
},
|
|
{
|
|
"name": "history",
|
|
"reference": "history"
|
|
},
|
|
{
|
|
"name": "tasks",
|
|
"reference": "tasks"
|
|
}
|
|
]
|
|
},
|
|
"bottomPanels": {
|
|
"detail": [
|
|
{
|
|
"name": "activities",
|
|
"reference": "activities",
|
|
"disabled": true
|
|
},
|
|
{
|
|
"name": "history",
|
|
"reference": "history",
|
|
"disabled": true
|
|
}
|
|
]
|
|
},
|
|
"iconClass": "fas fa-file-contract",
|
|
"relationshipPanels": {
|
|
"vmhMietverhltnises": {
|
|
"layout": null,
|
|
"selectPrimaryFilterName": null
|
|
},
|
|
"mietobjekte": {
|
|
"layout": null,
|
|
"selectPrimaryFilterName": null
|
|
},
|
|
"kuendiger": {
|
|
"layout": null,
|
|
"selectPrimaryFilterName": null
|
|
},
|
|
"gekuendigte": {
|
|
"layout": null,
|
|
"selectPrimaryFilterName": null
|
|
},
|
|
"dokumenteskuendigung": {
|
|
"layout": null,
|
|
"selectPrimaryFilterName": null
|
|
},
|
|
"contactsKuendigung": {
|
|
"layout": null,
|
|
"selectPrimaryFilterName": "portalUsers"
|
|
}
|
|
}
|
|
} |