Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add debug logs for OnlyOfficeEditor (#216) (cherry picked from commit 8912b80) * fix: Unable to open a document in edition - EXO-67974 Before this fix, sometimes, an entry in OO_EDITOR_CONFIG table is duplicated which lead to a problem when opening a document This fix will ignore the additional entries, and keep only the first one (cherry picked from commit 745a803) * fix: Re-enforce lock when versionning the node in case of edition with multiple users - EXO-67975 Before this fix, a race condition is possible when a lot of user edit the same document : even if a lock is set to the edited node when creating a new version, the lock allows the current lock owner to pass and then 2 thread (with the same user) can version the current node. This lead to corrupt the node version history and lead to data loss This commit enforce the lock so that it does not let the current lock owner to pass. (cherry picked from commit b55d5d9) * patch-6.4.4-1 --------- Co-authored-by: Romain Dénarié <[email protected]> Co-authored-by: jihed525 <[email protected]>
- Loading branch information