From def7abe3ba0d31c2a19bdf4615f044e0e2707a15 Mon Sep 17 00:00:00 2001 From: yuri Date: Wed, 7 Dec 2016 10:55:33 +0200 Subject: [PATCH] fix mention notification --- client/src/views/stream/notes/mention-in-post.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/views/stream/notes/mention-in-post.js b/client/src/views/stream/notes/mention-in-post.js index 34af122c25..6bf12910f0 100644 --- a/client/src/views/stream/notes/mention-in-post.js +++ b/client/src/views/stream/notes/mention-in-post.js @@ -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 {