Closed
Description
Description of the bug
The dataValues
fields are not set in an Instance if the user never makes any changes, but just clicks through the form and sends it in. We prefill some data, which means that occasionally a form might be filled correctly from the start and the user could just send it in, but we rely on these dataValues
to correctly route the data to us.
Steps To Reproduce
- Use
IInstantiationProcessor
to prefill data that can be a correct form in a new Instance. - Send this in.
- Observe that the
dataValues
fields have not been set.
Additional Information
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
✅ Done