Skip to content

Commit

Permalink
fix: hierarchy table connaissance multipe a false
Browse files Browse the repository at this point in the history
  • Loading branch information
edelclaux committed Aug 7, 2024
1 parent 1c235ff commit ffd7e7b
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<span class="mr-1">OU</span>
<mat-slide-toggle
[formControl]="form.controls.and"
matTooltip="Si OU est choisi, les zones humides recherchées respecteront au moins 1 critère listé ci-dessous.
matTooltip="Si OU est choisi, les zones humides recherchées respecteront au moins 1 critère listé ci-dessous.
Si ET est choisi: elles respecteront tous les critères"
>
</mat-slide-toggle>
Expand Down Expand Up @@ -39,7 +39,7 @@ <h5>Rubrique</h5>
</div>
<div class="pr-0 col-lg-3 col-6">
<h5>Attribut</h5>
<zh-multiselect
<zh-multiselect
[values]="attributes"
[parentFormControl]="localForm.controls.attributes"
keyLabel="attribut"
Expand All @@ -49,11 +49,12 @@ <h5>Attribut</h5>
</div>
<div class="pr-0 col-lg-3 col-6">
<h5>Connaissance</h5>
<zh-multiselect
<zh-multiselect
[values]="knowledges"
[parentFormControl]="localForm.controls.knowledges"
keyLabel="note_type"
(onChange)="attributesChanged($event)"
[multiple]="false"
/>
</div>
<div class="pr-0 col-lg-2 col-6">
Expand Down

0 comments on commit ffd7e7b

Please sign in to comment.