1
0

got rid of TNormalized everywhere

This commit is contained in:
lotte
2019-01-29 16:03:50 +01:00
parent 58b45801b7
commit 0050f58bf0
50 changed files with 223 additions and 191 deletions

View File

@@ -19,4 +19,7 @@ export class EPerson extends DSpaceObject {
public selfRegistered: boolean;
get name(): string {
return this.findMetadata('eperson.firstname') + ' ' + this.findMetadata('eperson.lastname');
}
}