Remove note text and style from Miethöhe field; clean up dynamic logic in CVmhMietverhltnis metadata

This commit is contained in:
2026-01-23 23:17:26 +01:00
parent cc142af834
commit 8d7ffb30c5
3 changed files with 2 additions and 41 deletions

View File

@@ -63,42 +63,5 @@
"layout": null,
"selectPrimaryFilterName": null
}
},
"dynamicLogic": {
"fields": {
"beendigungsTatbestand": {
"readOnly": {
"conditionGroup": [
{
"type": "equals",
"attribute": "status",
"value": "Bestehend"
}
]
}
},
"kndigungsgrundWohnraum": {
"readOnly": {
"conditionGroup": [
{
"type": "equals",
"attribute": "status",
"value": "Bestehend"
}
]
}
},
"auszugsfrist": {
"readOnly": {
"conditionGroup": [
{
"type": "equals",
"attribute": "status",
"value": "Bestehend"
}
]
}
}
}
}
}