[Library | Trunk]: Stakeholder results: Fix link

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59782 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-11-05 09:37:41 +00:00
parent 68f51175a9
commit 9f9d580761
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ export class PortalSearchResultComponent implements OnInit, OnChanges{
}
public getStakeholderPageUrl(stakeholder: Stakeholder) {
return this.properties.domain + this.properties.baseLink +"/" + stakeholder.alias;
return this.properties.domain + this.properties.baseLink +"/dashboard/" + stakeholder.alias;
}
public goToPage(data: any) {