[DURACOM-304] adapt call to bitstream service

This commit is contained in:
FrancescoMolinaro
2025-01-30 11:53:31 +01:00
parent b220e20053
commit b892b13529

View File

@@ -45,6 +45,7 @@ import { CoreState } from '../core-state.model';
import { AuthorizationDataService } from '../data/feature-authorization/authorization-data.service'; import { AuthorizationDataService } from '../data/feature-authorization/authorization-data.service';
import { getDownloadableBitstream } from '../shared/bitstream.operators'; import { getDownloadableBitstream } from '../shared/bitstream.operators';
import { APP_CONFIG, AppConfig } from '../../../config/app-config.interface'; 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 * The base selector function to select the metaTag section in the store
@@ -306,6 +307,7 @@ export class MetadataService {
'ORIGINAL', 'ORIGINAL',
true, true,
true, true,
new FindListOptions(),
followLink('primaryBitstream'), followLink('primaryBitstream'),
followLink('bitstreams', { followLink('bitstreams', {
findListOptions: { findListOptions: {