mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +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 { 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: {
|
||||||
|
Reference in New Issue
Block a user