Skip to content

Commit

Permalink
Merge pull request #1 from naturalsolutions/fix/tab3_tab6_issue
Browse files Browse the repository at this point in the history
Fix: remove old reference to ngModel into zh-multiselect
  • Loading branch information
edelclaux authored Jul 5, 2024
2 parents 7c12be0 + c426766 commit 8b45761
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ <h6>{{ modalTitle }}</h6>
[values]="formMetaData.IMPACTS"
[parentFormControl]="activityForm.controls.impacts"
keyLabel="mnemonique"
[(ngModel)]="selectedItems"
groupBy="category"
/>
<small
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ <h5 class="section-title">Principaux statuts</h5>
<small>Statuts</small>
<zh-multiselect
[values]="formMetaData.PROTECTIONS"
[(ngModel)]="selectedItems"
[parentFormControl]="formTab6.controls.protections"
groupBy="category"
keyLabel="mnemonique_status"
Expand Down
1 change: 0 additions & 1 deletion frontend/app/zh-forms/tabs/tab6/zh-form-tab6.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export class ZhFormTab6Component implements OnInit {
private $_currentZhSub: Subscription;
private $_fromChangeSub: Subscription;
private $_getTabChangeSub: Subscription;
public selectedItems = [];
default_status: string = 'Indéterminé';

readonly urbanColSize: string = '15%';
Expand Down

0 comments on commit 8b45761

Please sign in to comment.