stable
Clone or download
Read-only
part of request #18402 Convert document plugin into typescript No functional changes, you should be able to delete a document from: - header button - tr hover button - quicklook button For embedded document, you should be able to remove document from embedded view Change-Id: I19ac3f7434783b7614b8a892eb1941807a438c72
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookDeleteButton.test.ts | +8 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookDeleteButton.vue | +2 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DeleteItem.test.ts | +9 | −6 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/DeleteItem.vue | +2 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderHeader.test.js | +4 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderHeader.vue | +11 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemDisplay/DisplayEmbeddedContent.vue | +12 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalDeleteItem/ModalConfirmDeletion.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/index.js | +0 | −2 | Go to diff View file |
D | plugins/document/scripts/document/store/modals/index.ts | +0 | −33 | Go to diff View file |
D | plugins/document/scripts/document/store/modals/mutations.ts | +0 | −30 | Go to diff View file |