mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
python: remove historyClose and restore
This commit is contained in:
@ -280,6 +280,10 @@
|
||||
};
|
||||
|
||||
|
||||
if (config.editorConfig.user.id == "uid-3"){
|
||||
config.events["onRequestHistoryClose"] = null;
|
||||
config.events["onRequestRestore"] = null;
|
||||
};
|
||||
|
||||
if (config.editorConfig.user.id) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user