forked from hazza/dspace-angular
adapted remote data build method to aggregate relation remotedata arrays
This commit is contained in:

committed by
Lotte Hofstede

parent
2b74c3034a
commit
fbb64a6031
@@ -12,13 +12,13 @@ export class Bundle extends DSpaceObject {
|
||||
/**
|
||||
* An array of Items that are direct parents of this Bundle
|
||||
*/
|
||||
parents: Array<RemoteData<Item>>;
|
||||
parents: RemoteData<Item[]>;
|
||||
|
||||
/**
|
||||
* The Item that owns this Bundle
|
||||
*/
|
||||
owner: Item;
|
||||
|
||||
bitstreams: Array<RemoteData<Bitstream>>
|
||||
bitstreams: RemoteData<Bitstream[]>
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user