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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user