Merge branch 'master' into version/8.4
This commit is contained in:
@@ -60,8 +60,10 @@ class CreateNoteStreamView extends NoteStreamView {
|
||||
|
||||
this.messageData['assignee'] =
|
||||
$('<a>')
|
||||
.attr('href', '#User/view/' + this.assignedUserId)
|
||||
.text(this.assignedUserName);
|
||||
.attr('href', `#User/view/${this.assignedUserId}`)
|
||||
.text(this.assignedUserName)
|
||||
.attr('data-scope', 'User')
|
||||
.attr('data-id', this.assignedUserId);
|
||||
|
||||
let isYou = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user