Skip to content
Snippets Groups Projects
Commit f44508bd authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FIX #16305 TIME 0:05 set correct contact id

parent 7a71ea29
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
<div style="margin-top: -7px; margin-bottom: 2px;"> <div style="margin-top: -7px; margin-bottom: 2px;">
{{'lang.contact' | translate}} {{'lang.contact' | translate}}
<ng-container> <b>{{contactService.formatContact(autocompleteContactName[0])}}</b></ng-container> {{'lang.find' | translate}} <ng-container> <b>{{contactService.formatContact(autocompleteContactName[0])}}</b></ng-container> {{'lang.find' | translate}}
<a style="cursor: pointer;font-weight:bold;font-style: italic;" (click)="setContact(0)">{{'lang.click' | translate}} {{'lang.here' | translate}}</a> {{'lang.accessContact' | translate}} <a style="cursor: pointer;font-weight:bold;font-style: italic;" (click)="setContact(autocompleteContactName[0].id)">{{'lang.click' | translate}} {{'lang.here' | translate}}</a> {{'lang.accessContact' | translate}}
</div> </div>
<div *ngIf="autocompleteContactName.length > 1" style="margin-bottom: -8px;"> <div *ngIf="autocompleteContactName.length > 1" style="margin-bottom: -8px;">
<mat-icon color="primary" class="fas fa-angle-right" style="font-size:16px;width:14px;"></mat-icon> <mat-icon color="primary" class="fas fa-angle-right" style="font-size:16px;width:14px;"></mat-icon>
......
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