stable

Clone or download

Read-only

request #13533: Delete button doesn't work in embedded docs preview

How to test: - Click on an embedded file title --> You are redirected o the preview page - Click "delete" in the dropdown --> A confirmation modal opens --> You are redirected to the parent folder when you confirm deletion --> Post deletion notification shown Change-Id: I30efcc8c6ecc4ae3caf7534e276e7f0e0b1f4c86

Modified Files

Name
M plugins/document/scripts/document/components/App.vue +4 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderView.vue +2 −10 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemDisplay/DisplayEmbedded.vue +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemDisplay/DisplayEmbeddedContent.vue +25 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalDeleteItem/ModalConfirmDeletion.vue +14 −7 Go to diff View file