Scheduled transitions Views field plugins do not handle missing host entities
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3367794. --> Reported by: [mstrelan](https://www.drupal.org/user/314289) Related to !68 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Scheduled transitions view throws a fatal error when transitions reference a missing entity</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <ol> <li>Schedule a transition for an entity</li> <li>Delete the entity in an unsavory manner, like via a direct database query</li> <li>Load the scheduled transitions view</li> </ol> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <ol> <li>Guard against nulls in ScheduledTransitionFromStateViewsField</li> <li><del>Delete applicable scheduled transitions when entities are delete</del>d</li> </ol> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3>
issue