From 674f455bedb15690f154060fe229457711fad940 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Thu, 11 Mar 2021 00:51:57 +0000 Subject: [PATCH] [Trunk | Explore]: app.component.ts: Add "My ORCID links" in user menu, in all environments (in production too). git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@60617 d315682c-612b-4755-9ff5-7f18f6832af3 --- explore/src/app/app.component.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/explore/src/app/app.component.ts b/explore/src/app/app.component.ts index 81a17d9b..54411547 100644 --- a/explore/src/app/app.component.ts +++ b/explore/src/app/app.component.ts @@ -66,9 +66,7 @@ export class AppComponent { private router: Router, private userManagementService: UserManagementService, private configurationService: ConfigurationService, private _meta: Meta) { this.userMenuItems.push(new MenuItem("", "My profile", "", "", false, [], [], {})); - if(properties.environment != "production") { - this.userMenuItems.push(new MenuItem("", "My ORCID links", "", "/my-orcid-links", false, [], [""], {})); - } + this.userMenuItems.push(new MenuItem("", "My ORCID links", "", "/my-orcid-links", false, [], [""], {})); this.userMenuItems.push(new MenuItem("", "My links", "", "/myclaims", false, [], ["/myclaims"], {})); this.subscriptions.push(router.events.forEach((event) => {