Skip to content

Commit

Permalink
PEPPER-1340 . fix os pe-cgs child participants proxy name issue (#2929)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssettipalli authored Aug 26, 2024
1 parent e92bed3 commit dc514cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public static PhiManifest generateDataForReport(@NonNull ElasticSearchParticipan
if (proxies != null && !proxies.isEmpty()) {
String proxyParticipantId = proxies.get(0);
ElasticSearchParticipantDto proxyParticipant = ElasticSearchUtil.getParticipantESDataByParticipantId(
ddpInstanceDto.getEsParticipantIndex(), proxyParticipantId);
ddpInstanceDto.getEsUsersIndex(), proxyParticipantId);
if (proxyParticipant.getProfile().isPresent()) {
Profile proxyParticipantProfile = proxyParticipant.getProfile().get();
phiManifest.setProxyFirstName(proxyParticipantProfile.getFirstName());
Expand Down

0 comments on commit dc514cd

Please sign in to comment.