-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Verification statement upload part 2 #2196
Comments
There's a bug right now where you can't upload more than one attachment. It's because of the unique index on the attachment table:
Could be fixed as part of this PR |
@BCerki I'm getting an "Internal Server Error" message when deleting an attachment - would you mind walking me through this? |
@pbastia , seems to be at least partly an nginx thing, will look at it tomorrow with dleard |
Thank you @BCerki ! We might want to put this card back in the development column then |
Everything works very smoothly @BCerki ! Thanks so much for the hard work. |
This card is a continuation of #2126. The initial work of allowing uploads was completed, but there were some outstanding issues that needed solving before it could be considered complete. The incomplete work was merged to unblock #2181.
Issues to be resolved by this card:
For the constraints, we should have some info text that tells the user the format and size requirements. We also have a react-toastify package that can show some pop-up errors with messages about type/size if they attempt to upload something that doesn't satisfy our constraints.
Acceptance Criteria:
application/pdf
The text was updated successfully, but these errors were encountered: