Skip to content
Snippets Groups Projects
Commit ddb7bf96 authored by Alexander Reifschneider's avatar Alexander Reifschneider
Browse files

OZG-7472 OZG-7715 Add missing text

parent 65fb9d5c
No related branches found
No related tags found
1 merge request!57OZG-7472 OZG-7715 Add missing text
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<h2 class="heading-2 mt-4">Organisationseinheiten</h2> <h2 class="heading-2 mt-4">Organisationseinheiten</h2>
<div [formGroup]="formGroupParent"> <div [formGroup]="formGroupParent">
<div [formGroupName]="UserFormService.GROUPS" class="flex flex-col gap-2"> <div [formGroupName]="UserFormService.GROUPS" class="flex flex-col gap-2">
<p class="font-medium">Dem Benutzer sind folgende Organisationseinheiten zugewiesen</p>
@for (controlName of formGroupOrganisationsEinheiten.controls | keyvalue; track controlName.key) { @for (controlName of formGroupOrganisationsEinheiten.controls | keyvalue; track controlName.key) {
<ods-checkbox-editor [formControlName]="controlName.key" [label]="controlName.key" [inputId]="controlName.key" /> <ods-checkbox-editor [formControlName]="controlName.key" [label]="controlName.key" [inputId]="controlName.key" />
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment