stable
Clone or download
Read-only
part of: story #13427 Display list of other document referencing a wiki page in modal wiki deletion How to test - When the list of wikis is loading --> A spinner is displayed in lieu of the checkbox - When I can read all the wikis --> The checkbox is displayed - When I check the option --> The list of impacted wikis is displayed - When I cannot READ one of the wikis --> No checkbox - When the wiki page does not exist --> No checkbox Change-Id: Id7719f9e0462ff860c89e426902de5c92916ab55
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/api/rest-querier.js | +9 | −1 | Go to diff View file |
M | plugins/document/scripts/document/app.spec.js | +2 | −1 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/ModalDeleteItem/AdditionalCheckboxes/DeleteAssociatedWikiPageCheckbox.spec.js | +136 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalDeleteItem/AdditionalCheckboxes/DeleteAssociatedWikiPageCheckbox.vue | +35 | −8 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/ModalDeleteItem/ModalConfirmDeletion.spec.js | +127 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalDeleteItem/ModalConfirmDeletion.vue | +44 | −6 | Go to diff View file |
D | plugins/document/scripts/document/components/Folder/ModalDeleteItem/ModalConfirmationDeletion.spec.js | +0 | −75 | Go to diff View file |
M | plugins/document/scripts/document/constants.js | +2 | −0 | Go to diff View file |
M | plugins/document/scripts/document/po/fr.po | +5 | −5 | Go to diff View file |
A | plugins/document/scripts/document/store/actions-helpers/build-parent-paths.js | +31 | −0 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.js | +22 | −2 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.spec.js | +89 | −2 | Go to diff View file |
A | plugins/document/themes/BurningParrot/document/_confirm-deletion-modal.scss | +23 | −0 | Go to diff View file |
M | plugins/document/themes/BurningParrot/document/_document.scss | +1 | −0 | Go to diff View file |