From 38cbf78527a993edc8f4e4f7eaf5ff01f482c093 Mon Sep 17 00:00:00 2001 From: rivexe Date: Mon, 26 Feb 2024 10:20:58 +0300 Subject: [PATCH] fix: onRequestCompareFile event listener for editors 7.4 --- js/editor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/editor.js b/js/editor.js index 1c62b0dd..512df2a0 100644 --- a/js/editor.js +++ b/js/editor.js @@ -141,6 +141,7 @@ config.events.onRequestInsertImage = OCA.Onlyoffice.onRequestInsertImage; config.events.onRequestMailMergeRecipients = OCA.Onlyoffice.onRequestMailMergeRecipients; config.events.onRequestSelectDocument = OCA.Onlyoffice.onRequestSelectDocument; + config.events.onRequestCompareFile = OCA.Onlyoffice.onRequestSelectDocument; //todo: remove (for editors 7.4) config.events.onRequestSendNotify = OCA.Onlyoffice.onRequestSendNotify; config.events.onRequestReferenceData = OCA.Onlyoffice.onRequestReferenceData; config.events.onRequestOpen = OCA.Onlyoffice.onRequestOpen;