Dropdown Selection is wrong for translation node
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3183592. --> Reported by: [churel](https://www.drupal.org/user/772348) Related to !1 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>When you try to add a scheduled transition to a translation node (not the source one) the transition dropdown has wrong options. It always get the transitions options from the source node. </p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <ul> <li>Create a node with a source language and publish it. </li> <li>Create a translation and create two or three revision with different state</li> <li>Go to the schedule transition page and add a new one</li> <li>Select a revision with a different state than publish</li> </ul> <p>The dropdown menu will be fill with transition from publish to something else where it should be the one from the translation.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>The ScheduledTransitionAddForm class should translate the entity before getting its transitions</p>
issue