stable

Clone or download

Read-only

Support collapsed folder progress bar with new version uploads

Part of: story #13039 finish drag and drop on file create a new version How to test: - Upload a new version of a file using DnD. - Close the folder the updated file belongs to. --> The progress bar is now displayed on the folder row. - Cancel the upload using the cancel button next to the progress bar of the folder. --> The upload is canceled properly, (e.g the item is not removed from the folder and it is not in uploading state). Change-Id: Iaa59a4ab55537434902c0b55b733fb61a1259dff

Modified Files

Name
M plugins/document/scripts/document/store/actions-helpers/upload-file.js +17 −8 Go to diff View file
M plugins/document/scripts/document/store/actions.js +6 −6 Go to diff View file
M plugins/document/scripts/document/store/actions.spec.js +51 −1 Go to diff View file