[Admin|TRunk]

update  call to getCommunityInformation in stats page with the  parameters change


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56086 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
argiro.kokogiannaki 2019-06-14 12:40:15 +00:00
parent e165caf478
commit 285cce6767
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ export class StatsComponent implements OnInit {
this._router.navigate(['/user-info'], { queryParams: { "errorCode": LoginErrorCodes.NOT_VALID, "redirectUrl": this._router.url} });
} else {
//console.log(`calling ${this.properties.adminToolsAPIURL}/communityFull/${this.communityId}`);
this.configService.getCommunityInformation(this.properties.adminToolsAPIURL, this.communityId).subscribe(
this.configService.getCommunityInformation(this.properties, this.communityId).subscribe(
res => {
this.communityInfo = res;
},