[Trunk|Admin]: Remove testing isPortalAdministrator = true

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56034 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2019-06-10 08:50:08 +00:00
parent f8782beba9
commit 4cc0216293
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ export class AppComponent implements OnInit{
localStorage.setItem('isCommunityManager', Session.isCommunityCurator() + '');
this.isPortalAdministrator = Session.isPortalAdministrator();
this.isPortalAdministrator = true;
/*this.isPortalAdministrator = true;*/
}
this._communitiesService.updateCommunities(this.properties, this.properties.communityAPI + 'communities');