Skip to content

Commit a15ad30

Browse files
[DURACOM-426] remove unused method and duplicated config example
1 parent ca4edf7 commit a15ad30

2 files changed

Lines changed: 0 additions & 16 deletions

File tree

config/config.example.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -730,8 +730,3 @@ identifierSubtypes:
730730
iconPosition: IdentifierSubtypesIconPositionEnum.LEFT
731731
link: https://ror.org
732732

733-
# When the search results are retrieved, for each item type the metadata with a valid authority value are inspected.
734-
# Referenced items will be fetched with a find all by id strategy to avoid individual rest requests to efficiently display the search results.
735-
followAuthorityMetadata:
736-
- type: Publication
737-
metadata: dc.contributor.author

src/app/core/data/external-source-data.service.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,6 @@ export class ExternalSourceDataService extends IdentifiableDataService<ExternalS
6666
);
6767
}
6868

69-
/**
70-
* Get the endpoint for an external source's entryValues by given entry id
71-
* @param externalSourceId The id of the external source to fetch entry for
72-
* @param entryId The id of the external source entry to retrieve
73-
*/
74-
getEntryIDHref(externalSourceId: string, entryId: string): Observable<string> {
75-
return this.getBrowseEndpoint().pipe(
76-
map((href) => href + '/' + externalSourceId + '/entryValues/' + entryId),
77-
);
78-
}
79-
8069
/**
8170
* Get the entries for an external source
8271
* @param externalSourceId The id of the external source to fetch entries for

0 commit comments

Comments
 (0)