forked from hazza/dspace-angular
switch to live rest-backend, still issue with bitstreams on item page
This commit is contained in:
@@ -44,7 +44,7 @@ export abstract class DSpaceObject implements CacheableObject {
|
||||
/**
|
||||
* The DSpaceObject that owns this DSpaceObject
|
||||
*/
|
||||
owner: DSpaceObject;
|
||||
owner: RemoteData<DSpaceObject>;
|
||||
|
||||
/**
|
||||
* Find a metadata field by key and language
|
||||
|
Reference in New Issue
Block a user