Merge branch 'develop' into feature/forgotten-page

This commit is contained in:
Serik Ibragimov
2024-05-13 14:02:51 +05:00
118 changed files with 1489 additions and 4309 deletions

View File

@ -295,6 +295,7 @@
// add mentions for not anonymous users
config.events['onRequestUsers'] = onRequestUsers;
config.events['onRequestSaveAs'] = onRequestSaveAs;
// the user is mentioned in a comment
config.events['onRequestSendNotify'] = onRequestSendNotify;
// prevent file renaming for anonymous users
@ -311,10 +312,6 @@
}
}
if (config.editorConfig.createUrl) {
config.events.onRequestSaveAs = onRequestSaveAs;
};
docEditor = new DocsAPI.DocEditor("iframeEditor", config);
};