From fc708800c8117dbf4435081b022233b2b540d78b Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Thu, 20 Apr 2023 20:48:12 +0300 Subject: [PATCH] [Library | develop & Eosc Explore | develop]: resultLanding.component.ts & project.component.ts & organization.component.ts & dataProvider.component.ts: [Bug fix] In method "eoscBackLink()" added a dot (.) after beta | environment.beta.ts: Added "eoscDataTransferAPI" and "eoscDataTransferDestinations" properties. --- src/environments/environment.beta.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/environments/environment.beta.ts b/src/environments/environment.beta.ts index 4043cfe..155ef95 100644 --- a/src/environments/environment.beta.ts +++ b/src/environments/environment.beta.ts @@ -109,5 +109,12 @@ export let properties: EnvProperties = { depositSearchPage: "/participate/deposit/search", altMetricsAPIURL: "https://api.altmetric.com/v1/doi/", reCaptchaSiteKey: null, - footerGrantText: "" + footerGrantText: "", + eoscDataTransferAPI : "https://eosc-data-transfer.vm.fedcloud.eu", + eoscDataTransferDestinations : [ + {label: "EGI dCache (dcache-demo.desy.de)", value: + {label : "EGI dCache (dcache-demo.desy.de)", url: "https://dcache-demo.desy.de:2443", id: "dcache", + webpage : "https://dcache-demo.desy.de", defaultFolder: "/", hasBrowse: true, + loginUrl : "https://explore.eosc-portal.eu/egi-login-service/openid_connect_login", cookieName: "EGIAccessToken"} + }] };