stable
Clone or download
Read-only
part of story #12932 upload document with drag'n drop in subfolder How to test: Have a collapsed folder, then drop some file inside: => progress bar is displayed, => you should be able to abort upload only on subfolder Change-Id: Icc915669d1d2f31f32711864c9eb759257bbf091
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/components/Folder/DragNDrop/DragNDropHandler.vue | +7 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderContentRow.vue | +7 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemTitle/FolderCellTitle.vue | +2 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ProgressBar/UploadProgressBar.vue | +7 | −2 | Go to diff View file |
M | plugins/document/scripts/document/store/actions-helpers/upload-file.js | +3 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.js | +22 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.spec.js | +2 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/mutations.js | +75 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/mutations.spec.js | +193 | −0 | Go to diff View file |