stable

Clone or download

Read-only

Fixes request #31942: No longer possible to create OnlyOffice documents

Issue has been introduced by dc7b9ece246b4eb58e86a416b18e9df434114552. It also impacts the feature flags/options to display the history and the source column for versions. Change-Id: I440c78eb45a38aaf42ff0ab84453b1c935089540

Modified Files

Name
M plugins/document/package.json +2 −1 Go to diff View file
M plugins/document/pnpm-lock.yaml +2 −0 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownMenu.test.ts +4 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownMenu.vue +4 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/NewDocument/NewItemMenuOptions.test.ts +2 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/NewDocument/NewItemMenuOptions.vue +3 −6 Go to diff View file
M plugins/document/scripts/document/components/History/DisplayHistory.test.ts +4 −9 Go to diff View file
M plugins/document/scripts/document/components/History/DisplayHistory.vue +4 −2 Go to diff View file
M plugins/document/scripts/document/components/Versions/DisplayVersions.test.ts +5 −6 Go to diff View file
M plugins/document/scripts/document/components/Versions/DisplayVersions.vue +4 −3 Go to diff View file
M plugins/document/scripts/document/components/Versions/HistoryVersions.test.ts +5 −0 Go to diff View file
M plugins/document/scripts/document/components/Versions/HistoryVersions.vue +5 −4 Go to diff View file
M plugins/document/scripts/document/components/Versions/HistoryVersionsContentRow.test.ts +2 −1 Go to diff View file
M plugins/document/scripts/document/components/Versions/HistoryVersionsContentRow.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/index.js +13 −7 Go to diff View file
M plugins/document/scripts/document/injection-keys.ts +12 −2 Go to diff View file