Compare commits

...

5 Commits

5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "monitor", "name": "monitor",
"version": "0.0.0", "version": "1.0.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": " ng serve --port 4500 --disable-host-check --host 0.0.0.0", "start": " ng serve --port 4500 --disable-host-check --host 0.0.0.0",

View File

@ -179,7 +179,7 @@ export class HomeComponent implements OnInit, OnDestroy, AfterViewInit, IDeactiv
} }
getNumbers() { getNumbers() {
this.subscriptions.push(this._refineFieldResultsService.getRefineFieldsResultsByEntityName(["funder"], "project", this.properties).subscribe( this.subscriptions.push(this._refineFieldResultsService.getAllRefineFieldResultsByFieldName("funder", "project", this.properties).subscribe(
data => { data => {
if (data[1].length > 0 && data[1][0].filterId == "funder" && data[1][0].values) { if (data[1].length > 0 && data[1][0].filterId == "funder" && data[1][0].values) {
this.fundersSize = NumberUtils.roundNumber(data[1][0].values.length); this.fundersSize = NumberUtils.roundNumber(data[1][0].values.length);

@ -1 +1 @@
Subproject commit e63d61b4693843c30ed41440e90bd3b6b6865806 Subproject commit 1a7624eed148c35659891198c403580dd48e3619

@ -1 +1 @@
Subproject commit e82544c43fa55393581d5278a8b0540d64bf30f0 Subproject commit e77e591bbb8264895adb9934210844e70f01e219

@ -1 +1 @@
Subproject commit 921802642010c1057b79de55f93361f0b25a7b3d Subproject commit 5b2ec5ad3c5d43fcd69f82ddfa3a841a0d34ba0c