Skip to content

Commit

Permalink
Merge pull request #459 from ONLYOFFICE/hotfix/request-compare-file
Browse files Browse the repository at this point in the history
fix: onRequestCompareFile event listener for editors 7.4
  • Loading branch information
LinneyS authored Feb 26, 2024
2 parents f8b9c0f + 38cbf78 commit 40600ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 40600ad

Please sign in to comment.