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

Merge branch 'OZG-7472-add-text' into 'main'

OZG-7472 OZG-7715 Add missing text

See merge request !57
parents 65fb9d5c ddb7bf96
No related branches found
No related tags found
1 merge request!57OZG-7472 OZG-7715 Add missing text
......@@ -2,6 +2,7 @@
<h2 class="heading-2 mt-4">Organisationseinheiten</h2>
<div [formGroup]="formGroupParent">
<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) {
<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