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

FEAT #14949 TIME 0:03 display the icon when adding a user in the visaworkflow

parent 0980f0c2
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
<mat-icon <mat-icon
class="fa fa-2x" class="fa fa-2x"
[class.avatar]="!functions.empty(diffusion.picture)" [class.avatar]="!functions.empty(diffusion.picture)"
[class.fa-user]="functions.empty(diffusion.picture) && diffusion.isValid && (diffusion.process_date === null && diffusion.delegatedBy === null)" [class.fa-user]="functions.empty(diffusion.picture) && diffusion.isValid || (diffusion.process_date === null && diffusion.delegatedBy === null)"
[class.fa-user-friends]="diffusion.process_date != null && diffusion.delegatedBy !== null" [class.fa-user-friends]="diffusion.process_date != null && diffusion.delegatedBy !== null"
[class.fa-user-slash]="!diffusion.isValid" [class.fa-user-slash]="!diffusion.isValid"
[title]="!diffusion.isValid ? ('lang.userNotValid' | translate) : ''" [title]="!diffusion.isValid ? ('lang.userNotValid' | translate) : ''"
......
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