You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been thoroughly documented below; a developer should be able to understand the issue by reading it.
What's broken?
It appears that file upload is broken. Using the current deployed version of the app, if you select a file to upload as part of making a new amendment, you receive an error on submit. "TypeError: t is not a function".
I believe this bug got in as part of #461 I believe that because I made a branch off of master, revert-461, on which I reverted that merge. The app functions correctly for revert-461.
What's the impact of this bug?
Users cannot submit a new amendment with a file attachment.
Steps to Reproduce?
Go to the app.
Login
Select create new amendment
Fill out the fields, including picking a file to upload
Submit
View error
Assorted Notes/Considerations
This bug is written as if 461 will remain on master. I imagine the code will likely be reverted, as the original authors of 461 probably have other priorities. In that case, 461 should be put back on a branch, fixed, and brought back to master as time allows.
AC:
The file upload functionality is restored for the 461 changeset.
The text was updated successfully, but these errors were encountered:
Type of Issue:
Issue Creator Checklist
What's broken?
It appears that file upload is broken. Using the current deployed version of the app, if you select a file to upload as part of making a new amendment, you receive an error on submit. "TypeError: t is not a function".
I believe this bug got in as part of #461 I believe that because I made a branch off of master, revert-461, on which I reverted that merge. The app functions correctly for revert-461.
What's the impact of this bug?
Users cannot submit a new amendment with a file attachment.
Steps to Reproduce?
Go to the app.
Login
Select create new amendment
Fill out the fields, including picking a file to upload
Submit
View error
Assorted Notes/Considerations
AC:
The text was updated successfully, but these errors were encountered: