File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments