diff --git a/package.json b/package.json index 3ffbf9f..8cea066 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "monitor", - "version": "0.0.0", + "version": "1.0.0", "scripts": { "ng": "ng", "start": " ng serve --port 4500 --disable-host-check --host 0.0.0.0", diff --git a/src/app/home/home.component.ts b/src/app/home/home.component.ts index a1ad4bc..c188269 100644 --- a/src/app/home/home.component.ts +++ b/src/app/home/home.component.ts @@ -179,7 +179,7 @@ export class HomeComponent implements OnInit, OnDestroy, AfterViewInit, IDeactiv } getNumbers() { - this.subscriptions.push(this._refineFieldResultsService.getRefineFieldsResultsByEntityName(["funder"], "project", this.properties).subscribe( + this.subscriptions.push(this._refineFieldResultsService.getAllRefineFieldResultsByFieldName("funder", "project", this.properties).subscribe( data => { if (data[1].length > 0 && data[1][0].filterId == "funder" && data[1][0].values) { this.fundersSize = NumberUtils.roundNumber(data[1][0].values.length);