Project

General

Profile

« Previous | Next » 

Revision 58657

[Connect | Trunk]: Add adminPortalURL property

View differences:

subscribe.component.ts
203 203
              this.subscribeEvent.emit({
204 204
                value: "ok"
205 205
              });
206
              this._emailService.notifyForNewManagers(this.properties, this.communityId, Composer.composeEmailToInformManagers(this.community.title, this.communityId, this.community.managers, email)).subscribe(
206
              this._emailService.notifyForNewManagers(this.properties, this.communityId, Composer.composeEmailToInformManagers(this.community.title, this.communityId, this.community.managers,
207
                    email, this.properties.adminPortalURL)).subscribe(
207 208
                res => {
208 209
                  //console.log("The email has been sent successfully!")
209 210
                },

Also available in: Unified diff