From f0c37512c31236868f482798f80ff5977a1edbad Mon Sep 17 00:00:00 2001 From: argirok Date: Wed, 15 Nov 2023 17:34:15 +0200 Subject: [PATCH] [develop | DONE | FIXED] : show again enermaps tab in result landing --- landingPages/result/resultLanding.component.html | 12 ++++++------ landingPages/result/resultLanding.component.ts | 7 +++---- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/landingPages/result/resultLanding.component.html b/landingPages/result/resultLanding.component.html index ca097000..dd683993 100644 --- a/landingPages/result/resultLanding.component.html +++ b/landingPages/result/resultLanding.component.html @@ -297,13 +297,13 @@ + + - - @@ -328,14 +328,14 @@ + + +
- - -
1) { for (let relClass of this.resultLandingInfo.relatedClassFilters) { @@ -591,6 +587,9 @@ export class ResultLandingComponent { this.cdr.detectChanges(); if (contexts) { + if (this.communityId && this.communityId == "enermaps" && properties.enermapsURL) { + this.enermapsId = ParsingFunctions.getEnermapsConceptId(contexts); + } await this.promise; if(this.publicCommunities && this.publicCommunities.length > 0) { this.resultLandingInfo.contexts = contexts.filter(context => {