For special recordtypes, required fields are provided in defaults
hardcoded in the DataHandler. Calling handler.validate on the raw
data resulted in errors about missing required fields. Merging any
default data in as soon as the data is first prepped into a Response
ensures this doesn't happen any more.
For special recordtypes, required fields are provided in defaults hardcoded in the DataHandler. Calling
handler.validate
on the raw data resulted in errors about missing required fields. Merging any default data in as soon as the data is first prepped into a Response ensures this doesn't happen any more.