[develop | DONE | FIXED]: Changed parameter in "setProperties()" method to set adminToolsCommunity properly with orcid id of the current researcher - problem in ORCID KPIs.

This commit is contained in:
Konstantina Galouni 2024-07-24 15:21:13 +03:00
parent 519abb2e6d
commit 9e4c684540
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ export class ResearcherComponent extends ResearcherBaseComponent implements OnI
]);
this.title = name;
this.description = name;
this.setProperties(this.orcid, "researcher", this.configurationService);
this.setProperties(this.authorId, "researcher", this.configurationService);
LinksResolver.resetProperties();
LinksResolver.setSearchAndResultLanding("researcher/" + this.authorId);
this.setMetadata();