From 0c31508f7a0ebbfb11c82ab10d13d176f6688ecd Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Mon, 13 Jul 2020 15:05:18 +0000 Subject: [PATCH] [Library | Trunk]: Result Landing fix organization url git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59092 d315682c-612b-4755-9ff5-7f18f6832af3 --- landingPages/result/resultLanding.component.html | 6 +++--- landingPages/result/resultLanding.component.ts | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/landingPages/result/resultLanding.component.html b/landingPages/result/resultLanding.component.html index b4a27532..cffabca4 100644 --- a/landingPages/result/resultLanding.component.html +++ b/landingPages/result/resultLanding.component.html @@ -167,11 +167,11 @@
Related Organizations
diff --git a/landingPages/result/resultLanding.component.ts b/landingPages/result/resultLanding.component.ts index 71da0248..083eacee 100644 --- a/landingPages/result/resultLanding.component.ts +++ b/landingPages/result/resultLanding.component.ts @@ -37,7 +37,6 @@ export class ResultLandingComponent { public deleteByInferenceOpened: boolean = false; public resultLandingInfo: ResultLandingInfo; - public organizationUrl = properties.searchLinkToOrganization.split('?')[0]; public relatedResults: RelationResult[]; public supplementaryResults: RelationResult[]; public relation: string = 'trust';