diff --git a/landingPages/dataProvider/dataProvider.component.ts b/landingPages/dataProvider/dataProvider.component.ts index a2f370ae..8a6ec709 100644 --- a/landingPages/dataProvider/dataProvider.component.ts +++ b/landingPages/dataProvider/dataProvider.component.ts @@ -271,13 +271,12 @@ export class DataProviderComponent { this.subscriptions.push(this._dataproviderService.getDataproviderAggregationStatus(originalId, this.properties).subscribe( data => { this.dataProviderInfo.aggregationStatus = data; + this.aggregationStatusIsInitialized = true; }, err => { //console.log(err); - this.handleError("Error getting content provider aggregation status for id: " + this.datasourceId, err); - }, - () => { this.aggregationStatusIsInitialized = true; + this.handleError("Error getting content provider aggregation status for id: " + this.datasourceId, err); } )); } diff --git a/landingPages/landing-utils/fundedBy.component.ts b/landingPages/landing-utils/fundedBy.component.ts index 79f4dcb5..c1778bfd 100644 --- a/landingPages/landing-utils/fundedBy.component.ts +++ b/landingPages/landing-utils/fundedBy.component.ts @@ -47,8 +47,10 @@ import {properties} from "../../../../environments/environment"; Funding stream: {{item.funding}} -