mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
add link to getBitstreamsByBundleName PR
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user