stable
Clone or download
Read-only
When user delete a File or EmbeddedFile version, a success (or error if any) message should be displayed. Part of story #28263: edit office document stored in Document Change-Id: I5d918c3c02cb564b566f85a0ba1f93ebc0b2e1c8
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/components/Versions/DisplayVersions.vue | +13 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Versions/HistoryVersionsContentRow.test.ts | +19 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Versions/HistoryVersionsContentRow.vue | +33 | −5 | Go to diff View file |
M | plugins/document/scripts/document/components/Versions/HistoryVersionsContentRowForEmbeddedFile.test.ts | +21 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Versions/HistoryVersionsContentRowForEmbeddedFile.vue | +36 | −6 | Go to diff View file |
A | plugins/document/scripts/document/helpers/noop-feedback-handler.ts | +25 | −0 | Go to diff View file |
A | plugins/document/scripts/document/injection-keys.ts | +23 | −0 | Go to diff View file |
M | plugins/document/scripts/document/po/fr_FR.po | +6 | −0 | Go to diff View file |
M | plugins/document/scripts/document/po/pt_BR.po | +6 | −0 | Go to diff View file |
M | plugins/document/scripts/document/type.ts | +4 | −0 | Go to diff View file |