mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +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
|
* @param bundleName The name of the Bundle that should be returned
|
||||||
* @returns {Observable<Bitstream[]>} the bitstreams with the given bundleName
|
* @returns {Observable<Bitstream[]>} the bitstreams with the given bundleName
|
||||||
* TODO now that bitstreams can be paginated this should move to the server
|
* 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[]> {
|
getBitstreamsByBundleName(bundleName: string): Observable<Bitstream[]> {
|
||||||
return this.bitstreams
|
return this.bitstreams
|
||||||
|
Reference in New Issue
Block a user