Support #15256
closed
[Data operations] Removing files during upload
Added by Chrystian Klingenberg over 5 years ago.
Updated 7 months ago.
Release relationship:
Auto
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
- Description updated (diff)
- Target version set to Backlog Q1, Q2
- Assigned To set to Pawel Kowalczyk
- Status changed from New to In Progress
- Status changed from In Progress to New
- Assigned To deleted (
Pawel Kowalczyk)
- Target version changed from Backlog Q1, Q2 to Workbench2 Q3, Q4
- Status changed from New to Resolved
- 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.
- Assigned To set to Eric Biagiotti
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;
- Target version changed from 2019-12-04 Sprint to 2020-01-02 Sprint
- Target version deleted (
2020-01-02 Sprint)
Turns out I can't upload because of #15916
- Target version set to 2020-01-02 Sprint
- Assigned To deleted (
Eric Biagiotti)
- Assigned To set to Peter Amstutz
- Status changed from In Progress to Resolved
Also available in: Atom
PDF