ECA Form breaks complex IEF widget
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3469697. -->
Reported by: [jurgenhaas](https://www.drupal.org/user/168924)
Related to !487 !446
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>When eca_form is enabled, even if there isn't a single eca model, the inline_entity_form (IEF) complex widget breaks such that the user can no longer add new entities with that widget.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<ul>
<li>Install Drupal 10.3,2 and install a new site with the standard profile</li>
<li>Enable eca_form and inline_entity_form (3.3.0-rc20)</li>
<li>Add a field to article that references a node of type page</li>
<li>Configure the form to use the complex IEF for that entity reference, allow to create new entities and to select existing entities</li>
<li>Create a new article and add a new reference, add a title and create that embedded entity: no entity appears in the table</li>
</ul>
<p>To test the opposite, disable eca_form and create another article. Now this works as expected.</p>
issue