forked from hazza/dspace-angular
Merge branch 'pr/100' into live-rest-backend
This commit is contained in:
@@ -39,7 +39,7 @@ export abstract class DSpaceObject implements CacheableObject {
|
||||
/**
|
||||
* An array of DSpaceObjects that are direct parents of this DSpaceObject
|
||||
*/
|
||||
parents: Array<RemoteData<DSpaceObject>>;
|
||||
parents: RemoteData<DSpaceObject[]>;
|
||||
|
||||
/**
|
||||
* The DSpaceObject that owns this DSpaceObject
|
||||
|
Reference in New Issue
Block a user