Project

General

Profile

« Previous | Next » 

Revision 58576

[Trunk|Library]

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

View differences:

modules/uoa-services-library/trunk/ng-openaire-library/src/app/claims/linking/bulkClaim/bulkClaim.component.ts
240 240
  }
241 241

  
242 242
  fetchResult(id: string, accessMode: string, date: string, row: number) {
243
    this._searchCrossrefService.searchCrossrefByDOIs([id], this.properties.searchCrossrefAPIURL, true).subscribe(
243
    this._searchCrossrefService.searchCrossrefByDOIs([id], this.properties, true).subscribe(
244 244
      data => {
245 245

  
246 246
        const result:ClaimEntity = data[1][0];

Also available in: Unified diff