Refactor CMietobjekt entity by removing unused contact fields, updating layout indices, and modifying cache timestamps in config; add new listSmall layout for CVmhMietverhltnis.

This commit is contained in:
2026-01-20 20:46:31 +01:00
parent badd58fe7b
commit c58ada4540
5 changed files with 33 additions and 24 deletions

View File

@@ -0,0 +1,27 @@
[
{
"name": "name",
"width": 30,
"link": true
},
{
"name": "vertragsdatum",
"width": 12
},
{
"name": "status",
"width": 15
},
{
"name": "beendigungsTatbestand",
"width": 19
},
{
"name": "kndigungsgrundWohnraum",
"width": 20
},
{
"name": "auszugsfrist",
"width": 12
}
]