From f864e33f01fdaec6eb5b3dc84ec405b9b06b5596 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Wed, 13 Mar 2019 10:27:21 +0000 Subject: [PATCH] [Trunk|Connect]: iscommunityManager is renamed to isCommunityManager git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@54996 d315682c-612b-4755-9ff5-7f18f6832af3 --- src/app/utils/manage/manage.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/utils/manage/manage.component.ts b/src/app/utils/manage/manage.component.ts index c19bb63..85ba4fd 100644 --- a/src/app/utils/manage/manage.component.ts +++ b/src/app/utils/manage/manage.component.ts @@ -41,7 +41,7 @@ export class ManageComponent { this.isManager = true; }else if(Session.isLoggedIn()){ var email = Session.getUserEmail(); - this._communityService.iscommunityManager(this.properties, this.properties.communityAPI+ this.communityId, email).subscribe ( + this._communityService.isCommunityManager(this.properties, this.properties.communityAPI+ this.communityId, email).subscribe ( res => { this.isManager = res; },