forked from hazza/dspace-angular
40416: normalized collection bug
This commit is contained in:
@@ -14,7 +14,7 @@ export class Bundle extends DSpaceObject {
|
||||
/**
|
||||
* An array of Items that are direct parents of this Bundle
|
||||
*/
|
||||
parents: Array<Item>;
|
||||
parents: Array<RemoteData<Item>>;
|
||||
|
||||
/**
|
||||
* The Item that owns this Bundle
|
||||
|
Reference in New Issue
Block a user