mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
40416: normalized collection bug
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { DSpaceObject } from "./dspace-object.model";
|
||||
import { Bundle } from "./bundle.model";
|
||||
import { RemoteData } from "../data/remote-data";
|
||||
|
||||
export class Bitstream extends DSpaceObject {
|
||||
|
||||
@@ -26,7 +27,7 @@ export class Bitstream extends DSpaceObject {
|
||||
/**
|
||||
* An array of Bundles that are direct parents of this Bitstream
|
||||
*/
|
||||
parents: Array<Bundle>;
|
||||
parents: Array<RemoteData<Bundle>>;
|
||||
|
||||
/**
|
||||
* The Bundle that owns this Bitstream
|
||||
|
Reference in New Issue
Block a user