[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:
parent
b2b969c30d
commit
f864e33f01
|
@ -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;
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue