mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 20:13:07 +00:00
restored name property to NormalizedEPerson class
This commit is contained in:
@@ -14,6 +14,9 @@ export class NormalizedEPerson extends NormalizedDSpaceObject implements Cacheab
|
||||
@autoserialize
|
||||
public handle: string;
|
||||
|
||||
@autoserialize
|
||||
public name: string;
|
||||
|
||||
@autoserializeAs(NormalizedGroup)
|
||||
groups: Group[];
|
||||
|
||||
|
Reference in New Issue
Block a user