mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 22:13:02 +00:00
40416: normalized collection bug
This commit is contained in:
@@ -58,7 +58,7 @@ export class Collection extends DSpaceObject {
|
||||
/**
|
||||
* An array of Collections that are direct parents of this Collection
|
||||
*/
|
||||
parents: Array<Collection>;
|
||||
parents: Array<RemoteData<Collection>>;
|
||||
|
||||
/**
|
||||
* The Collection that owns this Collection
|
||||
|
Reference in New Issue
Block a user