stable
Clone or download
Read-only
Part of story #10721: upload documents with drag'n drop How to test: - take a file from your explorer, and drag 'n drop in the current folder - => drop zone is highlighted If current user doesn't have sufficient permissions to create a document in the current folder, then the drop zone is in "error" and message is updated to reflect that. On drop, nothing happen yet. Change-Id: I960916328e3fd413d192f75f0d9906cb1d4956fa
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/include/Tree/DocumentTreeController.php | +4 | −3 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/DragNDropInCurrentFolder.vue | +87 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderView.vue | +3 | −0 | Go to diff View file |
M | plugins/document/scripts/document/po/fr.po | +7 | −1 | Go to diff View file |
M | plugins/document/scripts/document/po/template.pot | +6 | −0 | Go to diff View file |
M | plugins/document/themes/BurningParrot/document/_document.scss | +56 | −0 | Go to diff View file |