diff --git a/connect/connectHelper.ts b/connect/connectHelper.ts index 5cd2f403..18c60846 100644 --- a/connect/connectHelper.ts +++ b/connect/connectHelper.ts @@ -12,7 +12,7 @@ export class ConnectHelper { if(properties.environment == "development" && (properties.adminToolsPortalType == "connect" || properties.adminToolsPortalType == "community" || properties.adminToolsPortalType == "aggregator" || properties.adminToolsPortalType == "eosc")) { - domain = "enermaps.openaire.eu"; //for testing + domain = "covid-19.openaire.eu"; //for testing } domain = domain.indexOf("//") != -1? domain.split("//")[1]:domain; //remove https:// prefix if (domain.indexOf('eosc-portal.eu') != -1) { diff --git a/deposit/depositFirstPage.component.ts b/deposit/depositFirstPage.component.ts index 57009d7a..278bc4df 100644 --- a/deposit/depositFirstPage.component.ts +++ b/deposit/depositFirstPage.component.ts @@ -105,7 +105,7 @@ import {FullScreenModalComponent} from '../utils/modal/full-screen-modal/full-sc Find the appropriate repository.
The OpenAIRE Catch-all repository hosted at CERN cloud infrastructure. Whatever your field of research is, you can deposit any type of research product, select the proper license, ask for a DOI and link it to the funding projects for easy reporting.
- Related zenodo communities diff --git a/deposit/searchResultsInDeposit.module.ts b/deposit/searchResultsInDeposit.module.ts index 846219cb..987dc40d 100644 --- a/deposit/searchResultsInDeposit.module.ts +++ b/deposit/searchResultsInDeposit.module.ts @@ -7,12 +7,13 @@ import {ErrorMessagesModule} from '../utils/errorMessages.module'; import {SearchResultsInDepositComponent} from './searchResultsInDeposit.component'; import {ApprovedByCommunityModule} from '../connect/approvedByCommunity/approved.module'; import {ResultPreviewModule} from "../utils/result-preview/result-preview.module"; +import {IsPageEnabledModule} from "../utils/isPageEnabled/isPageEnabled.module"; @NgModule({ imports: [ CommonModule, FormsModule, RouterModule, ErrorMessagesModule, - ApprovedByCommunityModule, ResultPreviewModule + ApprovedByCommunityModule, ResultPreviewModule, IsPageEnabledModule ], declarations: [ SearchResultsInDepositComponent diff --git a/sdg/sdg.component.html b/sdg/sdg.component.html index 8cb3da17..5cb7f807 100644 --- a/sdg/sdg.component.html +++ b/sdg/sdg.component.html @@ -17,8 +17,7 @@ Laying the foundation for new approaches and solutions.