diff --git a/connect/connectHelper.ts b/connect/connectHelper.ts index 67a599a4..ba84f132 100644 --- a/connect/connectHelper.ts +++ b/connect/connectHelper.ts @@ -6,7 +6,7 @@ export class ConnectHelper { public static getCommunityFromDomain(domain: string): string{ if(properties.environment == "development") { - domain = "beta.egi.openaire.eu"; //for testing + domain = "beta.elixir-gr.openaire.eu"; //for testing } domain = domain.indexOf("//") != -1? domain.split("//")[1]:domain; //remove https:// prefix if (domain.indexOf('openaire.eu') === -1) { diff --git a/searchPages/searchUtils/newSearchPage.component.html b/searchPages/searchUtils/newSearchPage.component.html index f8027fa1..d422678f 100644 --- a/searchPages/searchUtils/newSearchPage.component.html +++ b/searchPages/searchUtils/newSearchPage.component.html @@ -343,7 +343,8 @@ [status]=searchUtils.status [type]="entityType" [showLoading]="true" [properties]=properties [showImpactFactors]="(customFilter && - customFilter.queryFieldName == 'communityId' && customFilter.valueId == 'elixir-gr')"> + customFilter.queryFieldName == 'communityId' && (customFilter.valueId == + 'elixir-gr' || customFilter.valueId == 'inspired-ris'))">