fixed user name field retrieval from edqs
This commit is contained in:
parent
cb8c0c514e
commit
bdb5d55697
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user