Closed justlevine closed 5 months ago
This PR adds the connectedFormField field to the FieldError object.
connectedFormField
FieldError
To provide drill-down information about the error (when necessary).
EntryObjectMutation::get_submission_errors() has been changed to require the $form_id as an argument.
EntryObjectMutation::get_submission_errors()
$form_id
What
This PR adds the
connectedFormField
field to theFieldError
object.Why
To provide drill-down information about the error (when necessary).
How
EntryObjectMutation::get_submission_errors()
has been changed to require the$form_id
as an argument.Testing Instructions
Additional Info
Checklist: