[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:
parent
68f51175a9
commit
9f9d580761
|
@ -93,7 +93,7 @@ export class PortalSearchResultComponent implements OnInit, OnChanges{
|
||||||
}
|
}
|
||||||
|
|
||||||
public getStakeholderPageUrl(stakeholder: Stakeholder) {
|
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) {
|
public goToPage(data: any) {
|
||||||
|
|
Loading…
Reference in New Issue