diff --git a/monitor/entities/stakeholder.ts b/monitor/entities/stakeholder.ts index 606c31d3..74393327 100644 --- a/monitor/entities/stakeholder.ts +++ b/monitor/entities/stakeholder.ts @@ -43,6 +43,10 @@ export class Stakeholder { this.description = description; this.topics = []; } + + getLogoUrl() { + return (this.isUpload?(properties.utilsService + '/download/' + this.logoUrl):this.logoUrl); + } } export class StakeholderInfo extends Stakeholder { diff --git a/searchPages/searchUtils/portal-search-result.component.html b/searchPages/searchUtils/portal-search-result.component.html index d99e1f9d..83d48f32 100644 --- a/searchPages/searchUtils/portal-search-result.component.html +++ b/searchPages/searchUtils/portal-search-result.component.html @@ -105,13 +105,11 @@
- {{(result.title)?result.title:result.shortTitle}} logo - {{(result.title)?result.title:result.shortTitle}} logo - - +