[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:
parent
4c112cd7b6
commit
0b5cf0f6f8
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue