[Trunk | Explore]:
1. app-routing.module.ts: Commented "recommended-orcid-links" route, since it not used. 2. environment.beta.ts & environment.prod.ts & environment.test.ts & environment.ts: Added property "myOrcidLinksPage". git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@60876 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
d3d3d881a5
commit
10604e894a
|
@ -11,10 +11,10 @@ const routes: Routes = [
|
||||||
{path: 'mail-preferences', loadChildren: './userEmailPreferences/mailPrefs.module#LibMailPrefsModule'},
|
{path: 'mail-preferences', loadChildren: './userEmailPreferences/mailPrefs.module#LibMailPrefsModule'},
|
||||||
// ORCID Pages
|
// ORCID Pages
|
||||||
{path: 'orcid', loadChildren: './orcid/orcid.module#LibOrcidModule'},
|
{path: 'orcid', loadChildren: './orcid/orcid.module#LibOrcidModule'},
|
||||||
{
|
// {
|
||||||
path: 'recommended-orcid-links',
|
// path: 'recommended-orcid-links',
|
||||||
loadChildren: './orcid/recommend-orcid-links/searchRecommendedResultsForOrcid.module#LibSearchRecommendedResultsForOrcidModule'
|
// loadChildren: './orcid/recommend-orcid-links/searchRecommendedResultsForOrcid.module#LibSearchRecommendedResultsForOrcidModule'
|
||||||
},
|
// },
|
||||||
{path: 'my-orcid-links', loadChildren: './orcid/my-orcid-links/myOrcidLinks.module#LibMyOrcidLinksModule'},
|
{path: 'my-orcid-links', loadChildren: './orcid/my-orcid-links/myOrcidLinks.module#LibMyOrcidLinksModule'},
|
||||||
// Landing Pages
|
// Landing Pages
|
||||||
{path: 'search/result', loadChildren: './landingPages/result/libResult.module#LibResultModule'},
|
{path: 'search/result', loadChildren: './landingPages/result/libResult.module#LibResultModule'},
|
||||||
|
|
|
@ -119,5 +119,7 @@ export let properties: EnvProperties = {
|
||||||
depositSearchPage: "/participate/deposit/search",
|
depositSearchPage: "/participate/deposit/search",
|
||||||
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
|
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
|
||||||
reCaptchaSiteKey: "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P",
|
reCaptchaSiteKey: "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P",
|
||||||
b2noteAPIURL: 'https://b2note.eudat.eu/'
|
b2noteAPIURL: 'https://b2note.eudat.eu/',
|
||||||
|
|
||||||
|
myOrcidLinksPage: "/my-orcid-links"
|
||||||
};
|
};
|
||||||
|
|
|
@ -120,5 +120,7 @@ export let properties: EnvProperties = {
|
||||||
depositSearchPage: "/participate/deposit/search",
|
depositSearchPage: "/participate/deposit/search",
|
||||||
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
|
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
|
||||||
reCaptchaSiteKey: "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P",
|
reCaptchaSiteKey: "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P",
|
||||||
b2noteAPIURL: 'https://b2note.eudat.eu/'
|
b2noteAPIURL: 'https://b2note.eudat.eu/',
|
||||||
|
|
||||||
|
myOrcidLinksPage: "/my-orcid-links"
|
||||||
};
|
};
|
||||||
|
|
|
@ -119,5 +119,7 @@ export let properties: EnvProperties = {
|
||||||
depositSearchPage: "/participate/deposit/search",
|
depositSearchPage: "/participate/deposit/search",
|
||||||
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
|
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
|
||||||
reCaptchaSiteKey: "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P",
|
reCaptchaSiteKey: "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P",
|
||||||
b2noteAPIURL: 'https://b2note.eudat.eu/'
|
b2noteAPIURL: 'https://b2note.eudat.eu/',
|
||||||
|
|
||||||
|
myOrcidLinksPage: "/my-orcid-links"
|
||||||
};
|
};
|
||||||
|
|
|
@ -122,5 +122,8 @@ export let properties: EnvProperties = {
|
||||||
depositSearchPage: "/participate/deposit/search",
|
depositSearchPage: "/participate/deposit/search",
|
||||||
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
|
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
|
||||||
reCaptchaSiteKey: "6LcVtFIUAAAAAB2ac6xYivHxYXKoUvYRPi-6_rLu",
|
reCaptchaSiteKey: "6LcVtFIUAAAAAB2ac6xYivHxYXKoUvYRPi-6_rLu",
|
||||||
b2noteAPIURL: 'https://b2note.eudat.eu/'
|
b2noteAPIURL: 'https://b2note.eudat.eu/',
|
||||||
|
impactFactorsAPIURL: "https://bip-api.imsi.athenarc.gr/paper/scores/batch/",
|
||||||
|
|
||||||
|
myOrcidLinksPage: "/my-orcid-links"
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue