Skip to content
Snippets Groups Projects
Verified Commit 75db18a0 authored by Sebastian Bergandy's avatar Sebastian Bergandy :keyboard:
Browse files

OZG-7473 use const from form service

Based on CR comment.
parent a85c8607
Branches
Tags
1 merge request!104Administration: Neu hinzugefügte Felder für Statistik speichern
......@@ -18,7 +18,7 @@
</div>
<div class="flex flex-col gap-4">
<ods-text-editor
formControlName="sourcePath"
[formControlName]="AggregationMappingFormService.FIELD_MAPPING_SOURCE_PATH"
label="Pfad"
placeholder="Tragen Sie hier den gesamten Pfad des Datenfeldes ein, das Sie auswerten möchten."
isRequired="true"
......@@ -26,7 +26,7 @@
[attr.data-test-id]="'source-mapping-field-' + index"
></ods-text-editor>
<ods-text-editor
formControlName="targetPath"
[formControlName]="AggregationMappingFormService.FIELD_MAPPING_TARGET_PATH"
label="Zielfeld"
isRequired="true"
placeholder="Tragen Sie hier den gesamten Pfad des Datenfeldes ein, das Sie auswerten möchten."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment