Skip to content

dataValues are not set if the user does not make any changes before sending in #780

Closed
@violaguttorm

Description

@violaguttorm

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

  1. Use IInstantiationProcessor to prefill data that can be a correct form in a new Instance.
  2. Send this in.
  3. Observe that the dataValues fields have not been set.

Additional Information

No response

Metadata

Metadata

Assignees

Labels

good-first-issueIssues that are easy to fix for new team members or external contributorskind/bugSomething isn't working

Type

No type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions