Project

General

Profile

« Previous | Next » 

Revision 60592

[Monitor Dashboard | Trunk]: Fix user on send notification

View differences:

users.component.ts
37 37
    if(invitation) {
38 38
      invitation.link = this.link + invitation.link;
39 39
    }
40
    let notification: Notification = NotificationUtils.invite(this.name, role, this.user.firstname + ' ' + this.user.lastname, invitation);
40
    let notification: Notification = NotificationUtils.invite(this.name, role, 'user', invitation);
41 41
    notification.entity = recipient;
42 42
    notification.stakeholderType = this.type;
43 43
    notification.stakeholder = this.alias;

Also available in: Unified diff