|
want to only the creator of the document be able to accept/reject changes while others can only make changes but can't accept/reject changes. |
Currently, Documenteditor doesn’t have options to restrict accept/reject track changes.
We already logged the feature request for this. We will include the feature in any of our upcoming release.
You can track the status of feature through below feedback link:
https://www.syncfusion.com/feedback/17064/support-for-track-changes-in-editable-region-based-on-user
Please up-vote this feature request to make this feature request as our priority. |
|
couldn't find a way to disable the change pane. |
To hide the track changes pane, you can use showRevisions property.
Can you please let us know if this satisfies your requirement or else share the details? That will helpful for us to proceed further and provide you solution at earliest. |
|
we would like to keep the comment capability. Yet, when a user clicks comment and the pane shows with track changes as well. |
In current version, if you click comment options, pane will open with track changes options.
This is your requirement or you want to show track changes for comment inserting also.
Please share the details that will helpful for us to proceed further and provide you solution at earliest. |
ant to only the creator of the document be able to accept/reject changes while others can only make changes but can't accept/reject changes. | Currently, Documenteditor doesn’t have options to restrict accept/reject track changes. We already logged the feature request for this. We will include the feature in any of our upcoming release. You can track the status of feature through below feedback link: https://www.syncfusion.com/feedback/17064/support-for-track-changes-in-editable-region-based-on-user Please up-vote this feature request to make this feature request as our priority. | Up-voted!
It would be great if we can have the feature where you can restrict targeted users from viewing, accepting/rejecting tracked changes. |
couldn't find a way to disable the change pane. | To hide the track changes pane, you can use showRevisions property. https://ej2.syncfusion.com/angular/documentation/api/document-editor/#showrevisions Can you please let us know if this satisfies your requirement or else share the details? That will helpful for us to proceed further and provide you solution at earliest. | showRevisionsShows revision changes in the document. Defaults to false
Not sure if this prevents changes pane from showing up. I tried ‘this.documentEditorContainer.documentEditor.showRevisions = false’ but nothing really came up |
we would like to keep the comment capability. Yet, when a user clicks comment and the pane shows with track changes as well. | In current version, if you click comment options, pane will open with track changes options. https://ej2.syncfusion.com/angular/demos/#/material/document-editor/comments This is your requirement or you want to show track changes for comment inserting also. Please share the details that will helpful for us to proceed further and provide you solution at earliest. | No, what I would like to have is to prevent the changes pane from showing on the right side.
Right now, if you click on comments button to show the comments pane, the track changes pane will show up as well, as both comments and track-change content reside in the same pane. I guess it would be helpful to separate them. |