We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Nathan caught this during manual testing on staging.
When submitting an upload, an error message returned "no filename" for this line
upload_document = provider.generate_upload_document(attachment.converted_filename)
It should fall back to the upload data "name" key as is done here with the existing: https://github.com/department-of-veterans-affairs/vets-api/blob/master/app/sidekiq/evss/disability_compensation_form/submit_uploads.rb#L162
The text was updated successfully, but these errors were encountered:
ajones446
No branches or pull requests
Nathan caught this during manual testing on staging.
When submitting an upload, an error message returned "no filename" for this line
upload_document = provider.generate_upload_document(attachment.converted_filename)
It should fall back to the upload data "name" key as is done here with the existing: https://github.com/department-of-veterans-affairs/vets-api/blob/master/app/sidekiq/evss/disability_compensation_form/submit_uploads.rb#L162
The text was updated successfully, but these errors were encountered: