Skip to content
Snippets Groups Projects
Commit c5eb4b70 authored by Art Lowel's avatar Art Lowel
Browse files

add link to getBitstreamsByBundleName PR

parent 69aaa18e
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,7 @@ export class Item extends DSpaceObject {
* @param bundleName The name of the Bundle that should be returned
* @returns {Observable<Bitstream[]>} 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<Bitstream[]> {
return this.bitstreams
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment