diff --git a/src/app/core/shared/item.model.ts b/src/app/core/shared/item.model.ts index 21de4884f5..1e7c0acc85 100644 --- a/src/app/core/shared/item.model.ts +++ b/src/app/core/shared/item.model.ts @@ -91,6 +91,7 @@ export class Item extends DSpaceObject { * @param bundleName The name of the Bundle that should be returned * @returns {Observable} the bitstreams with the given bundleName * TODO now that bitstreams can be paginated this should move to the server + * see https://github.com/DSpace/dspace-angular/issues/332 */ getBitstreamsByBundleName(bundleName: string): Observable { return this.bitstreams