mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-27 04:18:25 +08:00
Fix Bug 34415.
This commit is contained in:
@ -212,8 +212,8 @@ define([
|
||||
ascComment.asc_putText(comment.get('comment'));
|
||||
ascComment.asc_putQuoteText(comment.get('quote'));
|
||||
ascComment.asc_putTime(t.utcDateToString(new Date(comment.get('time'))));
|
||||
ascComment.asc_putUserId(t.currentUserId);
|
||||
ascComment.asc_putUserName(t.currentUserName);
|
||||
ascComment.asc_putUserId(comment.get('userid'));
|
||||
ascComment.asc_putUserName(comment.get('username'));
|
||||
ascComment.asc_putSolved(!comment.get('resolved'));
|
||||
|
||||
if (!_.isUndefined(ascComment.asc_putDocumentFlag)) {
|
||||
|
||||
Reference in New Issue
Block a user