stable
Clone or download
Read-only
part of story #12458 DnD on an existing file creates a new version How to test: - Drag an drop a file on existing file => progress bar should appears => new version is created - File size should respect the max_size_upload Have local_inc option enable_patch_item_route set to true Change-Id: Ic614f33956b4d8e4a0fd14299b470120a6f5748d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/api/rest-querier.js | +20 | −1 | Go to diff View file |
M | plugins/document/scripts/document/api/rest-querier.spec.js | +24 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DragNDrop/DragNDropHandler.vue | +12 | −7 | Go to diff View file |
D | plugins/document/scripts/document/components/Folder/DragNDrop/FeatureUnderConstructionModal.vue | +0 | −38 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderContentRow.vue | +21 | −6 | 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 | +0 | −7 | Go to diff View file |
M | plugins/document/scripts/document/store/actions-helpers/upload-file.js | +35 | −7 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.js | +17 | −2 | Go to diff View file |
M | plugins/document/scripts/document/store/actions.spec.js | +47 | −4 | Go to diff View file |