mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 21:13:19 +00:00
Merge remote-tracking branch '4science-bitbucket/main' into CST-5587
This commit is contained in:
@@ -587,4 +587,9 @@ public class EPersonServiceImpl extends DSpaceObjectServiceImpl<EPerson> impleme
|
||||
}
|
||||
return find(context, UUIDUtils.fromString(owners.get(0).getAuthority()));
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getName(EPerson dso) {
|
||||
return dso.getName();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user