In the Adjudication section of Event Details, the following user flow breaks:
- User uploads a file to an adjudication
- User deletes the uploaded file
- User attempts to re-upload the same file -> FAILS
- 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:
- User uploads a file to an adjudication
- User uploads a different file to an adjudication
- User attempts to re-upload the first file -> SUCCESS (now there are duplicate files)
In the Adjudication section of Event Details, the following user flow breaks:
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: