java-spring

This commit is contained in:
Olga Larinova
2022-03-23 11:11:03 +03:00
parent 105afb2c34
commit a44787c625

View File

@ -179,7 +179,7 @@
var historyData = histArray[1];
var usersForMentions = [[${usersForMentions}]];
if(usersForMentions.length > 0){
if(config.editorConfig.user.id != 4){
if (hist && historyData) {
// the user is trying to show the document version history
config.events['onRequestHistory'] = function () {