mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
[DURACOM-304] adapt call to bitstream service
This commit is contained in:
@@ -45,6 +45,7 @@ import { CoreState } from '../core-state.model';
|
||||
import { AuthorizationDataService } from '../data/feature-authorization/authorization-data.service';
|
||||
import { getDownloadableBitstream } from '../shared/bitstream.operators';
|
||||
import { APP_CONFIG, AppConfig } from '../../../config/app-config.interface';
|
||||
import { FindListOptions } from "../data/find-list-options.model";
|
||||
|
||||
/**
|
||||
* The base selector function to select the metaTag section in the store
|
||||
@@ -306,6 +307,7 @@ export class MetadataService {
|
||||
'ORIGINAL',
|
||||
true,
|
||||
true,
|
||||
new FindListOptions(),
|
||||
followLink('primaryBitstream'),
|
||||
followLink('bitstreams', {
|
||||
findListOptions: {
|
||||
|
Reference in New Issue
Block a user