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