Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix OO save for a file without extension (#4330)
1. An office document is shared 2. One user edits the document in OnlyOffice 3. Another user renames the file and change/remove the extension 4. The first user has finished editing the document Here, OnlyOffice sends a callback to the stack to save the document. The stack was responding with a 500 code as the file wasn't seen as an office document. We should check that only when opening a document, not for saving it.
- Loading branch information