mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 13:03:04 +00:00
adapted remote data build method to aggregate relation remotedata arrays
This commit is contained in:

committed by
Lotte Hofstede

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