Project

General

Profile

« Previous | Next » 

Revision 58658

[Admin | Trunk]: Composer: email for managers, add param email.

View differences:

community-edit-form.component.ts
228 228
    private sendMailToNewManagers(managers: any) {
229 229
        this._emailService.sendEmail(this.properties,
230 230
                                     Composer.composeEmailForNewManager(this.communityId,
231
                                         this.community.title, managers)).subscribe(
231
                                         this.community.title, managers, this.properties.admins[0])).subscribe(
232 232
              res => {
233 233
                // console.log("The email has been sent successfully!")
234 234
              },
......
241 241
            this.properties, this.communityId,
242 242
                                     Composer.composeEmailToInformOldManagersForTheNewOnes(this.community.title, this.communityId,
243 243
                                                                                           this.firstVersionOfManagers,
244
                                                                                           this.community.managers)).subscribe(
244
                                                                                           this.community.managers, this.properties.admins[0])).subscribe(
245 245
              res => {
246 246
                // console.log("The email has been sent successfully!")
247 247
              },

Also available in: Unified diff