mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 12:03:03 +00:00
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