Issue #3589057: Link inline form errors to the field wrapper element so field error links work

The inline form error summary used the form element's #id for the link. For field widgets that #id is never printed in the HTML, because the field is output with the field_multiple_value_form theme, so the link pointed to nothing. Now it links to the field wrapper element (the widget's parent), whose #id is always printed, so the link works.

Edited by Danil Veselov

Merge request reports

Loading