issues
search
chop-dbhi
/
ehb-datasources
datasource drivers, e.g. REDCap and Nautilus, that can be plugged into the Biorepository Portal
BSD 2-Clause "Simplified" License
2
stars
2
forks
source link
Changes to show redcap error messages
#39
Closed
stxphcodes
closed
6 years ago
stxphcodes
commented
6 years ago
in redcap/driver.py: raise the exception to read the redcap error message (354eb55, 140de53)
in Base.py: processResponse was changed to read the message from Redcap's API (4019efb)
in formBuilder.py: display error message through javascript (bc68f5a, d354ca5)
in formBuilder.py: create validation map and method fieldValidation (9e8c96d, f8ef2f8)
in formBuilder.py: Y->y so that isRequired message displays on table (fd29c74)
changed test_process_form_badresponse unit test so that it asserts a different message (02dd17c)