From c5eb4b701d424cbe964bed3e3e9a6f43bac4702b Mon Sep 17 00:00:00 2001 From: Art Lowel Date: Thu, 29 Nov 2018 13:50:09 +0100 Subject: [PATCH] add link to getBitstreamsByBundleName PR --- src/app/core/shared/item.model.ts | 1 + 1 file changed, 1 insertion(+) 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