From 5e5ea772dcd1ab49b0014bd56d42b1e4d5211075 Mon Sep 17 00:00:00 2001 From: "hamza.hramchi" <hamza.hramchi@xelians.fr> Date: Thu, 3 Dec 2020 10:47:25 +0100 Subject: [PATCH] FEAT #15550 TIME 0:02 Display the avatar when creating a circuit --- .../app/document/visa-workflow/visa-workflow.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/app/document/visa-workflow/visa-workflow.component.html b/src/frontend/app/document/visa-workflow/visa-workflow.component.html index f35641f616..df70cb59af 100644 --- a/src/frontend/app/document/visa-workflow/visa-workflow.component.html +++ b/src/frontend/app/document/visa-workflow/visa-workflow.component.html @@ -39,7 +39,7 @@ <ion-item class="no-ripple" *ngFor="let diffusion of visaWorkflow;let i=index" [class.current]="diffusion.current"> <ion-reorder slot="start"></ion-reorder> - <ion-avatar *ngIf="!editMode" slot="start" class="avatar-user" style="cursor: grab;" + <ion-avatar slot="start" class="avatar-user" style="cursor: grab;" (click)="$event.stopPropagation();"> <img [src]="diffusion.userPicture"> </ion-avatar> -- GitLab