Refactor CVmhMietverhltnis and CMietobjekt layouts; add dynamic logic for fields; update cache timestamps in config; adjust permissions for check & rebuild script.

This commit is contained in:
2026-01-20 21:39:00 +01:00
parent 8a814681b0
commit 1ef2617bc7
10 changed files with 87 additions and 64 deletions

View File

@@ -6,13 +6,13 @@
"name": "name"
},
{
"name": "status"
},
{
"name": "vertragsdatum"
"name": "vmhMietobjekt"
},
{
"name": "nutzungsart"
},
{
"name": "vertragsdatum"
}
]
],
@@ -27,6 +27,9 @@
{
"rows": [
[
{
"name": "status"
},
{
"name": "beendigungsTatbestand"
},
@@ -35,21 +38,18 @@
},
{
"name": "auszugsfrist"
},
}
],
[
{
"name": "besorgnisNichtRechtzeitigerAuszug"
}
},
false,
false,
false
]
],
"dynamicLogicVisible": {
"conditionGroup": [
{
"type": "notEquals",
"attribute": "status",
"value": "Bestehend"
}
]
},
"dynamicLogicVisible": null,
"style": "primary",
"dynamicLogicStyled": null,
"tabBreak": false,