Skip to content
Snippets Groups Projects
Commit f6da6115 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #13271 TIME 0:15 fix filter search model + fix mapping import Regis. Mail

parent de017fc7
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
style="width: 220px !important; padding-top: 10px;">
<input matInput id="searchTerm" #searchCriteriaInput
[formControl]="getFilterControl()" placeholder="{{'lang.filterBy' | translate}}"
#listFilter autocomplete="off" (click)="$event.stopPropagation();"
autocomplete="off" (click)="$event.stopPropagation();"
(keydown)="$event.stopPropagation()">
</mat-form-field>
</div>
......
......@@ -93,7 +93,7 @@ export class RegisteredMailImportComponent implements OnInit {
lastname : '2',
addressAdditional1 : '5',
addressStreet : '4',
addressAdditional2 : '8',
addressAdditional2 : '6',
addressPostcode : '7',
addressTown : '8',
registeredMail_reference : '9',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment