forked from hazza/dspace-angular
switch to live rest-backend, still issue with bitstreams on item page
This commit is contained in:
@@ -17,7 +17,7 @@ export class Bundle extends DSpaceObject {
|
||||
/**
|
||||
* The Item that owns this Bundle
|
||||
*/
|
||||
owner: Item;
|
||||
owner: RemoteData<Item>;
|
||||
|
||||
bitstreams: RemoteData<Bitstream[]>
|
||||
|
||||
|
Reference in New Issue
Block a user