stable
Clone or download
Read-only
This reverts commit 69a73378e78e6fcb6371eb04132b11af1bfb5d5e. I made a mistake and did not merge the last patchset :/. Part of story #12447 Modal new document for empty/wiki/link Change-Id: I7245c5629a3035cfc9fbdcd050f84be90bf34329
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/app.spec.js | +0 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ChildFolder.vue | +12 | −6 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/EmptyState/EmptyFolder.vue | +2 | −6 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderContentRow.vue | +0 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderHeader.vue | +9 | −8 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderView.vue | +4 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/RootFolder.vue | +4 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/SearchBox.vue | +6 | −3 | Go to diff View file |
D | plugins/document/scripts/document/store/actions-helpers/handle-errors.js | +0 | −41 | Go to diff View file |
D | plugins/document/scripts/document/store/actions-helpers/load-ascendant-hierarchy.js | +0 | −43 | Go to diff View file |
D | plugins/document/scripts/document/store/actions-helpers/load-ascendant-hierarchy.spec.js | +0 | −174 | Go to diff View file |
D | plugins/document/scripts/document/store/actions-helpers/load-folder-content.js | +0 | −39 | Go to diff View file |
D | plugins/document/scripts/document/store/actions-helpers/load-folder-content.spec.js | +0 | −108 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.js | +58 | −33 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.spec.js | +227 | −174 | Go to diff View file |
M | plugins/document/scripts/document/store/getters.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/mutations.js | +3 | −3 | Go to diff View file |
M | plugins/document/scripts/document/store/state.js | +3 | −2 | Go to diff View file |