From b2c5ff3019c4947a5c80cc0220ed97d33a2b5e17 Mon Sep 17 00:00:00 2001 From: "florian.azizian" <florian.azizian@maarch.org> Date: Tue, 17 Sep 2019 08:47:43 +0100 Subject: [PATCH] FEAT #11269 TIME 0:10 wording + chips --- .../indexation/indexing-form/indexing-form.component.html | 2 +- .../app/indexation/indexing-form/indexing-form.component.ts | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/src/frontend/app/indexation/indexing-form/indexing-form.component.html b/src/frontend/app/indexation/indexing-form/indexing-form.component.html index 4762cd8e2e4..de612608513 100644 --- a/src/frontend/app/indexation/indexing-form/indexing-form.component.html +++ b/src/frontend/app/indexation/indexing-form/indexing-form.component.html @@ -89,7 +89,7 @@ </div> <mat-chip-list class="checkbox-selected-list" [disabled]="field.system"> <mat-chip *ngFor="let chip of shoes.selectedOptions.selected" selected> - {{lang.selectedValue}} + {{chip.value}} </mat-chip> </mat-chip-list> </ng-container> diff --git a/src/frontend/app/indexation/indexing-form/indexing-form.component.ts b/src/frontend/app/indexation/indexing-form/indexing-form.component.ts index ac98e531699..24247e446b2 100644 --- a/src/frontend/app/indexation/indexing-form/indexing-form.component.ts +++ b/src/frontend/app/indexation/indexing-form/indexing-form.component.ts @@ -144,12 +144,6 @@ export class IndexingFormComponent implements OnInit { label: this.lang.processLimitDate, type: 'date', values: [] - }, - { - identifier: 'arrivalDate', - label: this.lang.arrivalDate, - type: 'date', - values: [] } ]; -- GitLab