Merge branch 'pr/100' into live-rest-backend

This commit is contained in:
Art Lowel
2017-06-02 15:14:02 +02:00
48 changed files with 393 additions and 160 deletions

View File

@@ -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