mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
got rid of TNormalized everywhere
This commit is contained in:
@@ -19,4 +19,7 @@ export class EPerson extends DSpaceObject {
|
||||
|
||||
public selfRegistered: boolean;
|
||||
|
||||
get name(): string {
|
||||
return this.findMetadata('eperson.firstname') + ' ' + this.findMetadata('eperson.lastname');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user