fix mention notification

This commit is contained in:
yuri
2016-12-07 10:55:33 +02:00
parent 75e64b3836
commit def7abe3ba
@@ -96,6 +96,8 @@ Espo.define('views/stream/notes/mention-in-post', 'views/stream/note', function
}, this);
this.messageData['target'] = userHtmlList.join(', ');
}
} else if (this.model.get('targetType') === 'self') {
this.messageName = 'mentionYouInPostTargetNoTarget';
}
}
} else {