Searched refs:atlasComment (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/plugins/ |
H A D | cConf-comments.js | 107 function confCommentToDrawio(atlasComment, parentId, siteUrl) argument 109 var user = atlasComment.history.createdBy; 110 var comment = new DrawioComment({attVer: atlasComment.attVer, ui: ui}, atlasComment.id, 111 decodeURIComponent(atlasComment.body.storage.value), 112 atlasComment.version.when, atlasComment.history.createdDate, false, 116 comment.version = atlasComment.version.number; 124 var replies = atlasComment.children != null ? atlasComment.children.comment.results : []; 128 var reply = confCommentToDrawio(replies[i], atlasComment.id, siteUrl);
|