DANSE settings in entity edit form don't get recognized
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3246571. --> Reported by: [jurgenhaas](https://www.drupal.org/user/168924) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>When an entity gets edited in the UI, the processing potentially happens twice, from the update hook and the form submit handler. We avoid that but unfortunately the hook triggers first and hence we're not getting the DANSE settings form the form.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Remember, that an entity gets edited through the UI and then don't process the hook.</p>
issue