40416: normalized collection bug

This commit is contained in:
Lotte Hofstede
2017-05-05 10:21:33 +02:00
parent 25ef735366
commit 54cd529cc6
24 changed files with 148 additions and 38 deletions

View File

@@ -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