feat: Implement eviction lawsuit initiation from Kündigung with related data handling
This commit is contained in:
@@ -3,6 +3,22 @@
|
||||
"boolFilterList": [
|
||||
"onlyMy"
|
||||
],
|
||||
"menu": {
|
||||
"detail": {
|
||||
"buttons": [
|
||||
{
|
||||
"name": "initiateEviction",
|
||||
"label": "Initiate Eviction",
|
||||
"handler": "custom:handlers/kuendigung/eviction-action",
|
||||
"initFunction": "initInitiateEviction",
|
||||
"actionFunction": "actionInitiateEviction",
|
||||
"iconHtml": "<span class=\"fas fa-gavel\"></span>",
|
||||
"style": "danger",
|
||||
"acl": "edit"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"sidePanels": {
|
||||
"detail": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user