[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
This commit is contained in:
k.triantafyllou 2019-03-13 10:27:21 +00:00
parent b2b969c30d
commit f864e33f01
1 changed files with 1 additions and 1 deletions

View File

@ -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;
},