mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 22:13:02 +00:00
switch to live rest-backend, still issue with bitstreams on item page
This commit is contained in:
@@ -63,7 +63,7 @@ export class Collection extends DSpaceObject {
|
||||
/**
|
||||
* The Collection that owns this Collection
|
||||
*/
|
||||
owner: Collection;
|
||||
owner: RemoteData<Collection>;
|
||||
|
||||
items: RemoteData<Item[]>;
|
||||
|
||||
|
Reference in New Issue
Block a user