stable
Clone or download
Read-only
fix: request #39023 Documents are not saved to Tuleap with recent version of OO
It appears that recent versions of ONLYOFFICE (at leats the 8.1.0) do not set the `history.serverVersion` key anymore. This changes removes most of constraints that were set on this key, saving the document is more important than knowing the version of ONLYOFFICE used to edit it. Change-Id: I3684856760f2f43bc8eb0f4629483278fc81f69d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/onlyoffice/include/Save/OnlyOfficeCallbackResponseJWTParser.php | +15 | −10 | Go to diff View file |
M | plugins/onlyoffice/tests/unit/Save/OnlyOfficeCallbackResponseJWTParserTest.php | +45 | −21 | Go to diff View file |