Support #15256
closed[Data operations] Removing files during upload
Description
As a user, I would like to have the possibility to remove files from upload modal,
so in case of any changes, I don't have to start from the beginning
Acceptance criteria:
- every selected element as "ready to upload" can be removed
- removing action is available per one element
- action is available under trash icon ("delete" - material icons)
Files
Updated by Pawel Kowalczyk over 5 years ago
- Target version set to Backlog Q1, Q2
Updated by Pawel Kowalczyk over 5 years ago
- Assigned To set to Pawel Kowalczyk
- Status changed from New to In Progress
Updated by Pawel Kowalczyk over 5 years ago
- Status changed from In Progress to New
- Assigned To deleted (
Pawel Kowalczyk)
Updated by Chrystian Klingenberg over 5 years ago
- Target version changed from Backlog Q1, Q2 to Workbench2 Q3, Q4
Updated by Chrystian Klingenberg over 5 years ago
- File upload_trash.PNG upload_trash.PNG added
- Description updated (diff)
Updated by Chrystian Klingenberg over 5 years ago
- Status changed from New to Resolved
Updated by Tom Morris about 5 years ago
- Status changed from Resolved to In Progress
- Target version changed from Workbench2 Q3, Q4 to 2019-12-04 Sprint
It looks like the associated commit is not merged to master, so reopening while we verify its status.
Updated by Eric Biagiotti almost 5 years ago
Latest @ 86b3f9b37aaf49fdfb6b6f3f502659ed11b968be
https://ci.curoverse.com/job/developer-tests-workbench2/5/
- Reviewed and simplified some of the code for removing entries from the file upload dialog and removed an unused component.
Updated by Peter Amstutz almost 5 years ago
When I try to upload...
Unhandled Rejection (TypeError): newCollection is undefined createCollection/</</< src/workbench2/src/store/collections/collection-create-actions.ts:64 61 | hideDuration: 2000, 62 | kind: SnackbarKind.ERROR 63 | })); > 64 | await services.collectionService.delete(newCollection!.uuid); 65 | } 66 | dispatch(progressIndicatorActions.STOP_WORKING(COLLECTION_CREATE_FORM_NAME)); 67 | return;
Updated by Eric Biagiotti almost 5 years ago
Latest @ 150c23ddbb21c3127742925c8d2303084d75fb4d
Fixes error handling when collection creation fails before a new collection was created.
Updated by Eric Biagiotti almost 5 years ago
- Target version changed from 2019-12-04 Sprint to 2020-01-02 Sprint
Updated by Peter Amstutz almost 5 years ago
- Target version deleted (
2020-01-02 Sprint)
Turns out I can't upload because of #15916
Updated by Eric Biagiotti almost 5 years ago
- Target version set to 2020-01-02 Sprint
Updated by Peter Amstutz almost 5 years ago
- Assigned To deleted (
Eric Biagiotti)
Updated by Peter Amstutz almost 5 years ago
- Status changed from In Progress to Resolved