[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:
parent
519abb2e6d
commit
9e4c684540
|
@ -124,7 +124,7 @@ export class ResearcherComponent extends ResearcherBaseComponent implements OnI
|
||||||
]);
|
]);
|
||||||
this.title = name;
|
this.title = name;
|
||||||
this.description = name;
|
this.description = name;
|
||||||
this.setProperties(this.orcid, "researcher", this.configurationService);
|
this.setProperties(this.authorId, "researcher", this.configurationService);
|
||||||
LinksResolver.resetProperties();
|
LinksResolver.resetProperties();
|
||||||
LinksResolver.setSearchAndResultLanding("researcher/" + this.authorId);
|
LinksResolver.setSearchAndResultLanding("researcher/" + this.authorId);
|
||||||
this.setMetadata();
|
this.setMetadata();
|
||||||
|
|
Loading…
Reference in New Issue