[Connect | Trunk]: Add adminPortalURL property

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@58657 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-05-08 15:04:39 +00:00
parent 73971358ad
commit 5dde913f48
4 changed files with 9 additions and 5 deletions

View File

@ -53,7 +53,7 @@
"cookieDomain" :".openaire.eu",
"feedbackmail" :"openaire.test@gmail.com",
"feedbackmail" :"feedback@openaire.eu",
"cacheUrl" :"https://demo.openaire.eu/cache/get?url=",
@ -120,5 +120,6 @@
"lastIndexUpdate": "2020-03-26",
"indexInfoAPI": "http://beta.services.openaire.eu/openaire/info/",
"altMetricsAPIURL": "https://api.altmetric.com/v1/doi/",
"b2noteAPIURL": "http://b2note-dev.bsc.es/api/"
"b2noteAPIURL": "http://b2note-dev.bsc.es/api/",
"adminPortalURL": "https://beta.admin.connect.openaire.eu"
}

View File

@ -121,5 +121,6 @@
"lastIndexUpdate": "2019-07-24",
"indexInfoAPI": "http://services.openaire.eu/openaire/info/",
"altMetricsAPIURL": "https://api.altmetric.com/v1/doi/",
"b2noteAPIURL": "http://b2note-dev.bsc.es/api/"
"b2noteAPIURL": "http://b2note-dev.bsc.es/api/",
"adminPortalURL": "https://admin.connect.openaire.eu"
}

View File

@ -203,7 +203,8 @@ export class SubscribeComponent {
this.subscribeEvent.emit({
value: "ok"
});
this._emailService.notifyForNewManagers(this.properties, this.communityId, Composer.composeEmailToInformManagers(this.community.title, this.communityId, this.community.managers, email)).subscribe(
this._emailService.notifyForNewManagers(this.properties, this.communityId, Composer.composeEmailToInformManagers(this.community.title, this.communityId, this.community.managers,
email, this.properties.adminPortalURL)).subscribe(
res => {
//console.log("The email has been sent successfully!")
},

View File

@ -120,5 +120,6 @@
"lastIndexUpdate": "2019-11-01",
"indexInfoAPI": "http://beta.services.openaire.eu/openaire/info/",
"altMetricsAPIURL": "https://api.altmetric.com/v1/doi/",
"b2noteAPIURL": "http://b2note-dev.bsc.es/api/"
"b2noteAPIURL": "http://b2note-dev.bsc.es/api/",
"adminPortalURL": "https://beta.admin.connect.openaire.eu"
}