Refactor layouts by updating widths in CVmhMietverhltnis and adding new listSmall layout for CAdressen; create layout for CVmhRumungsklage; update cache timestamps in config.

This commit is contained in:
2026-01-20 21:17:25 +01:00
parent 475e387c68
commit ed710c73a5
5 changed files with 97 additions and 12 deletions

View File

@@ -0,0 +1,21 @@
[
{
"name": "name",
"link": true
},
{
"name": "adresseStreet"
},
{
"name": "adressePostalCode"
},
{
"name": "adresseCity"
},
{
"name": "adresseCountry"
},
{
"name": "isActive"
}
]

View File

@@ -1,10 +1,31 @@
[
{
"name": "name",
"link": true
"link": true,
"width": 18
},
{
"name": "status",
"width": 16
"width": 12
},
{
"name": "nutzungsart",
"width": 12
},
{
"name": "vertragsdatum",
"width": 12
},
{
"name": "auszugsfrist",
"width": 12
},
{
"name": "beendigungsTatbestand",
"width": 20
},
{
"name": "modifiedAt",
"width": 14
}
]

View File

@@ -0,0 +1,23 @@
[
{
"name": "name",
"link": true,
"width": 28
},
{
"name": "advowareAktenzeichen",
"width": 22
},
{
"name": "assignedUser",
"width": 18
},
{
"name": "modifiedAt",
"width": 16
},
{
"name": "createdAt",
"width": 16
}
]