diff --git a/app/components/SimpleEditor/elements/track_change/TrackChangeComponent.js b/app/components/SimpleEditor/elements/track_change/TrackChangeComponent.js index 87a8c4a9b127332feb0549e0a811dd13f13f00b0..f6fbfdf993423f392c0b608f47e623a33e053e98 100644 --- a/app/components/SimpleEditor/elements/track_change/TrackChangeComponent.js +++ b/app/components/SimpleEditor/elements/track_change/TrackChangeComponent.js @@ -33,6 +33,11 @@ class TrackChangeComponent extends AnnotationComponent { container.addClass('sc-accept-reject-container-hide') } + // .attr('status', status and .attr('roles', user.roles[0]) Only Exist because + // on the second editor we do not have an exporter but everything is pushed to + // the note-content property of the callout. So cause we use olny the importer + // those attr did not exist + let el = $$('track-change') .attr('data-id', id) .attr('title', user.username)