[Trunk | Library]: Missing "searchResearchResults.service.ts" from previous commit.

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60232 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2021-01-13 18:40:05 +00:00
parent eb4a1f13f6
commit 902cd4933f
1 changed files with 1 additions and 0 deletions

View File

@ -198,6 +198,7 @@ export class SearchResearchResultsService {
}
}
}
result.identifiers = this.parsingFunctions.parseIdentifiers(resData['pid']);
}
/////////////////////////// Athena Code ///////////////////////////
if(resData['programmingLanguage'] && resData['programmingLanguage'] != null) {