usdigitalresponse / cpf-reporter

CPF Reporter application maintained by the USDR Grants program.
Apache License 2.0
0 stars 3 forks source link

[Bug]: Error for field required when value is entered for field #334

Open ClaireValdivia opened 3 months ago

ClaireValdivia commented 3 months ago

Why is this issue important?

unable to upload a valid file

Current State

uploading a test file for project 1c and receive an error that filed DU is required, but file has a value for DU entered. Test file: google drive link

Error message: Image

Expected State

if value is entered, there should not be a required field error

Implementation Plan

The following functions need to be added...

Relevant Code Snippets

No response

vshia commented 3 months ago

This will address it! https://github.com/usdigitalresponse/cpf-reporter/pull/336

ClaireValdivia commented 3 months ago

Looks fixed to me in staging, thank you!!