Wohnfläche größer Nutzfläche Fehler
This commit is contained in:
@@ -339,6 +339,7 @@ xs:grid-cols-2"
|
||||
uid: "WOHNFLAECHE_GLEICH_GESAMTFLAECHE",
|
||||
dismissable: true,
|
||||
type: "warning",
|
||||
selector: "input[name='nutzflaeche']"
|
||||
}}
|
||||
>
|
||||
Die angegebene Gesamtfläche ist gleich der angegebenen Wohnfläche, in den meisten Fällen sollte die Gesamtfläche größer sein.
|
||||
@@ -579,18 +580,13 @@ xs:grid-cols-2"
|
||||
message: "Plausibilitätsprüfung",
|
||||
timeout: 0,
|
||||
uid: "WOHNFLAECHE_GROESSER_GESAMTFLAECHE",
|
||||
dismissable: true,
|
||||
onUserDismiss: () => {
|
||||
hidden.add(AuditType.WOHNFLAECHE_GROESSER_GESAMTFLAECHE);
|
||||
gebaeude = gebaeude;
|
||||
},
|
||||
type: "warning",
|
||||
dismissable: false,
|
||||
type: "error",
|
||||
selector: "input[name='nutzflaeche']"
|
||||
|
||||
}}
|
||||
>
|
||||
Die Wohnfläche darf nicht größer als die Nutzfläche sein.
|
||||
</RawNotification>
|
||||
{/if}
|
||||
</RawNotificationWrapper>
|
||||
|
||||
<style lang="scss">
|
||||
</style>
|
||||
</RawNotificationWrapper>
|
||||
Reference in New Issue
Block a user