Skip to content

Cannot Re-upload Attachment After Deletion #247

Description

@salsajeries

In the Adjudication section of Event Details, the following user flow breaks:

  1. User uploads a file to an adjudication
  2. User deletes the uploaded file
  3. User attempts to re-upload the same file -> FAILS
  4. User attempts to upload any different file -> SUCCESS

It seems like the logic is set to prevent duplicate uploads, based on the most recently uploaded file. Hence the break in re-uploading a file, and also making the following user flow valid:

  1. User uploads a file to an adjudication
  2. User uploads a different file to an adjudication
  3. User attempts to re-upload the first file -> SUCCESS (now there are duplicate files)

Metadata

Metadata

Labels

bugSomething isn't working

Type

Fields

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions