From 4cc02162939c454f87f8f1e3c324accce10e8366 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Mon, 10 Jun 2019 08:50:08 +0000 Subject: [PATCH] [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 --- src/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 98a5a63..933316c 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -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');