[Trunk|Library]

Linking: bulk claims service: pass properties instead of crossref url


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58576 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
argiro.kokogiannaki 2020-04-28 13:08:08 +00:00
parent 4c112cd7b6
commit 0b5cf0f6f8
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ export class BulkClaimComponent {
}
fetchResult(id: string, accessMode: string, date: string, row: number) {
this._searchCrossrefService.searchCrossrefByDOIs([id], this.properties.searchCrossrefAPIURL, true).subscribe(
this._searchCrossrefService.searchCrossrefByDOIs([id], this.properties, true).subscribe(
data => {
const result:ClaimEntity = data[1][0];