fixed user name field retrieval from edqs

This commit is contained in:
dashevchenko 2025-09-01 11:20:52 +03:00
parent cb8c0c514e
commit bdb5d55697

View File

@ -37,7 +37,7 @@ public class UserFields extends AbstractEntityFields {
@Override @Override
public String getName() { public String getName() {
return super.getEmail(); return getEmail();
} }
public UserFields(UUID id, long createdTime, UUID tenantId, UUID customerId, public UserFields(UUID id, long createdTime, UUID tenantId, UUID customerId,