By nagy.balint on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
7.x-1.x
Introduced in version:
7.x-1.9
Issue links:
Description:
The commit introduced at issue #2710927: Wrong $form_state passed to entity_form_submit_build_entity() affects any custom implementation of #entity_builders, or field_attach_submit hook that is specifically tailored for the old version of the form_state. Generic implementations already expect what is implemented in this commit, and so those will start to work, while they did not work properly before.
Impacts:
Module developers