enable impact factors for inspired-ris, show all featured datasets in enermaps featured tab
This commit is contained in:
parent
9a979b1015
commit
81195135c2
|
@ -6,7 +6,7 @@ export class ConnectHelper {
|
||||||
|
|
||||||
public static getCommunityFromDomain(domain: string): string{
|
public static getCommunityFromDomain(domain: string): string{
|
||||||
if(properties.environment == "development") {
|
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
|
domain = domain.indexOf("//") != -1? domain.split("//")[1]:domain; //remove https:// prefix
|
||||||
if (domain.indexOf('openaire.eu') === -1) {
|
if (domain.indexOf('openaire.eu') === -1) {
|
||||||
|
|
|
@ -343,7 +343,8 @@
|
||||||
[status]=searchUtils.status
|
[status]=searchUtils.status
|
||||||
[type]="entityType"
|
[type]="entityType"
|
||||||
[showLoading]="true" [properties]=properties [showImpactFactors]="(customFilter &&
|
[showLoading]="true" [properties]=properties [showImpactFactors]="(customFilter &&
|
||||||
customFilter.queryFieldName == 'communityId' && customFilter.valueId == 'elixir-gr')">
|
customFilter.queryFieldName == 'communityId' && (customFilter.valueId ==
|
||||||
|
'elixir-gr' || customFilter.valueId == 'inspired-ris'))">
|
||||||
</search-result>
|
</search-result>
|
||||||
<deposit-result *ngIf="usedBy == 'deposit'"
|
<deposit-result *ngIf="usedBy == 'deposit'"
|
||||||
[results]="results"
|
[results]="results"
|
||||||
|
|
Loading…
Reference in New Issue