Remove the "OG complex" widget in favor of a single input
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3508767. --> Reported by: [joelpittet](https://www.drupal.org/user/160302) Related to !28 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The OG project had a merge request (<a href="https://github.com/Gizra/og/pull/570">#570</a>) that aimed to replace the <code>og_complex</code> widget with a standard <code>entity_reference</code> single input widget. The MR appears to be merged, but the changes were not correctly applied to the codebase.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <ol> <li>Check the current implementation of the OG reference field widget.</li> <li>Compare it with the intended changes from <a href="https://github.com/Gizra/og/pull/570">MR #570</a>.</li> <li>Observe that the expected replacement of <code>og_complex</code> with <code>entity_reference</code> has not taken effect.</li> </ol> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Verify why the changes from <a href="https://github.com/Gizra/og/pull/570">MR #570</a> did not properly merge and ensure the intended modifications are applied.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <ul> <li>Investigate the commit history to determine why the merge did not take effect.</li> <li>Reintroduce the intended changes if necessary.</li> <li>Review and test to confirm the <code>entity_reference</code> widget is now used instead of <code>og_complex</code>.</li> </ul> <h3 id="summary-ui-changes">User interface changes</h3> <p>The OG reference field should now use a standard entity reference input instead of the <code>og_complex</code> widget.</p>
issue