Remove properties for sending email in invite form and get the number of sentMails
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@53972 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
c50dd54698
commit
a37b08f0d5
|
@ -14,7 +14,8 @@ export class EmailService {
|
||||||
console.log(body);
|
console.log(body);
|
||||||
|
|
||||||
return this.http.post(url, body, CustomOptions.getAuthOptionsWithBody())
|
return this.http.post(url, body, CustomOptions.getAuthOptionsWithBody())
|
||||||
.do(request => console.log("Insert Response:"+request.status));
|
.do(request => console.log("Insert Response:"+request.status))
|
||||||
|
.map(request => request.json());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -131,7 +131,6 @@ export class EnvProperties {
|
||||||
searchLinkToAdvancedOrganizations;
|
searchLinkToAdvancedOrganizations;
|
||||||
searchLinkToAdvancedPeople;
|
searchLinkToAdvancedPeople;
|
||||||
|
|
||||||
sendMailUrl;
|
|
||||||
notifyForNewManagers;
|
notifyForNewManagers;
|
||||||
notifyForNewSubscribers;
|
notifyForNewSubscribers;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue