Skip to content

Commit

Permalink
Merge pull request #725 from Luis-Cruz/feature/FIST-849
Browse files Browse the repository at this point in the history
Only show a persons display name in search interface FIST-849 #resolve
  • Loading branch information
Luis-Cruz authored Feb 11, 2020
2 parents 55e7780 + f76154a commit bd2e2fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
<div class="pp">
<table class="ppid" cellpadding="0" cellspacing="0">
<tr>
<td width="70%"><strong> <bean:write name="personalInfo" property="name" /> </strong> <%= personalIds %>
<td width="70%"><strong> <bean:write name="personalInfo" property="person.user.displayName" /> </strong> <%= personalIds %>
<em><%=LegacyRoleUtils.mainRolesStr(personalInfo.getUser()) %></em>
</td>
<td width="30%" style="text-align: right;"><bean:define
Expand Down

0 comments on commit bd2e2fb

Please sign in to comment.