Skip to content

Commit

Permalink
[DW-1608] Added username tag in the ID of the dropdown in deploy appl…
Browse files Browse the repository at this point in the history
…ication admin access (#7045)
  • Loading branch information
Sushmitha-Vk committed May 24, 2021
1 parent bd96dfd commit a5c8586
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
[displayWith]="getDisplayName">
<ng-container *ngIf="(searchUsers$ | async)?.length else noResults" >
<mat-option *ngFor="let user of searchUsers$ | async; let i = index" [value]="user">
<div class="adf-people-cloud-row" id="adf-people-cloud-user-{{i}}"
<div class="adf-people-cloud-row" id="adf-people-cloud-user-{{user.username}}"
data-automation-id="adf-people-cloud-row">
<div [outerHTML]="user | usernameInitials:'adf-people-widget-pic'"></div>
<span class="adf-people-label-name"> {{user | fullName}}</span>
Expand Down

0 comments on commit a5c8586

Please sign in to comment.