From 7e415f8a7d5a337cd9570ce5cf783d699a081ff6 Mon Sep 17 00:00:00 2001 From: "sofia.baltzi" Date: Mon, 26 Nov 2018 10:51:48 +0000 Subject: [PATCH] Change email's subject and body git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@53962 d315682c-612b-4755-9ff5-7f18f6832af3 --- .../community-edit-form/community-edit-form.component.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/pages/community/community-edit-form/community-edit-form.component.ts b/src/app/pages/community/community-edit-form/community-edit-form.component.ts index 35b0f43..ffc990d 100644 --- a/src/app/pages/community/community-edit-form/community-edit-form.component.ts +++ b/src/app/pages/community/community-edit-form/community-edit-form.component.ts @@ -241,8 +241,9 @@ export class CommunityEditFormComponent implements OnInit{ } private composeEmailForNewManager(communityName: string, newCommunityManagers: any): Email { - this.email.subject = "[OpenAIRE-Connect] " + communityName + ": Manager"; - this.email.body = "

You are receiving this e-mail as you were assigned as manager of the community

Welcome to OpenAIRE Connect

" + + "

You are receiving this e-mail as you were assigned as manager of the community " + "\"" + communityName + "\"" + " dashboard. " + "In order to access the administration section of your community you must first login using one of the available options. " + "
The administrative rights are associated to the e-mail address, that was used to send you this message."