Project

General

Profile

Actions

Support #15256

closed

[Data operations] Removing files during upload

Added by Chrystian Klingenberg almost 5 years ago. Updated over 4 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Category:
-
Due date:
Story points:
-

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

upload_trash.PNG (12.9 KB) upload_trash.PNG Chrystian Klingenberg, 06/17/2019 12:31 PM

Subtasks 1 (0 open1 closed)

Arvados - Task #15852: Review 15256-removing-files-during-uploadResolvedPeter Amstutz11/27/2019Actions
Actions #1

Updated by Chrystian Klingenberg almost 5 years ago

  • Description updated (diff)
Actions #2

Updated by Pawel Kowalczyk almost 5 years ago

  • Target version set to Backlog Q1, Q2
Actions #3

Updated by Pawel Kowalczyk almost 5 years ago

  • Assigned To set to Pawel Kowalczyk
  • Status changed from New to In Progress
Actions #4

Updated by Pawel Kowalczyk almost 5 years ago

  • Status changed from In Progress to New
  • Assigned To deleted (Pawel Kowalczyk)
Actions #5

Updated by Chrystian Klingenberg almost 5 years ago

  • Target version changed from Backlog Q1, Q2 to Workbench2 Q3, Q4
Actions #6

Updated by Chrystian Klingenberg almost 5 years ago

Actions #7

Updated by Chrystian Klingenberg almost 5 years ago

  • Status changed from New to Resolved
Actions #8

Updated by Tom Morris over 4 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.

Actions #9

Updated by Eric Biagiotti over 4 years ago

  • Assigned To set to Eric Biagiotti
Actions #10

Updated by Eric Biagiotti over 4 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.

Actions #11

Updated by Peter Amstutz over 4 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;
Actions #12

Updated by Eric Biagiotti over 4 years ago

Latest @ 150c23ddbb21c3127742925c8d2303084d75fb4d

Fixes error handling when collection creation fails before a new collection was created.

Actions #13

Updated by Eric Biagiotti over 4 years ago

  • Target version changed from 2019-12-04 Sprint to 2020-01-02 Sprint
Actions #14

Updated by Peter Amstutz over 4 years ago

  • Target version deleted (2020-01-02 Sprint)

Turns out I can't upload because of #15916

Actions #15

Updated by Eric Biagiotti over 4 years ago

  • Target version set to 2020-01-02 Sprint
Actions #16

Updated by Peter Amstutz over 4 years ago

  • Assigned To deleted (Eric Biagiotti)
Actions #17

Updated by Peter Amstutz over 4 years ago

  • Assigned To set to Peter Amstutz
Actions #18

Updated by Peter Amstutz over 4 years ago

  • Status changed from In Progress to Resolved
Actions

Also available in: Atom PDF