update codelyzer last version wit accessibility check

This commit is contained in:
Eugenio Romano
2019-03-27 09:55:35 +00:00
parent fbb6ab6cb8
commit 89f612bbb0
18 changed files with 150 additions and 126 deletions
@@ -17,7 +17,7 @@
<div *ngIf="!entry.row.obj.pictureId" class="adf-people-pic">
{{getInitialUserName(entry.row.obj.firstName, entry.row.obj.lastName)}}</div>
<div>
<img *ngIf="entry.row.obj.pictureId" class="adf-people-img"
<img [alt]="getDisplayUser(entry.row.obj.firstName, entry.row.obj.lastName, ' ')" *ngIf="entry.row.obj.pictureId" class="adf-people-img"
[src]="peopleProcessService.getUserImage(entry.row.obj)"/>
</div>
</ng-template>
@@ -30,4 +30,4 @@
</data-columns>
</adf-people-list>
</div>
</ng-container>
</ng-container>
@@ -33,7 +33,7 @@
<div *ngIf="!entry.row.obj.pictureId" class="adf-people-search-people-pic">
{{getInitialUserName(entry.row.obj.firstName, entry.row.obj.lastName)}}</div>
<div>
<img *ngIf="entry.row.obj.pictureId" class="adf-people-img"
<img [alt]="getDisplayUser(entry.row.obj.firstName, entry.row.obj.lastName, ' ')" *ngIf="entry.row.obj.pictureId" class="adf-people-img"
[src]="peopleProcessService.getUserImage(entry.row.obj)"/>
</div>
</ng-template>