Scheduled Transition tab issues for translated nodes
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3208439. --> Reported by: [scottcollier](https://www.drupal.org/user/3516798) Related to !35 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>When using multiple languages, transitions should:</p> <ul> <li> When adding a transition, the transition states should, display the correct transition states for the translation. Issue: <a href="https://www.drupal.org/project/scheduled_transitions/issues/3183592">https://www.drupal.org/project/scheduled_transitions/issues/3183592</a> </li> <li> The <em>From State</em> should be correct for the translation. </li> <li> The <em>From Revision</em> link should open the correct revision and translation </li> </ul> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>The following example assumes the source language is English.</p> <ol> <li>Create a node with English 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 of a translation and add a new one</li> <li>Select a revision with a different state than publish</li> <li>Notice the drop down menu will be fill with transition from publish to something else where it should be the one from the translation</li> <li>Visit the Scheduled transitions tab of a translation and notice that the FROM STATE is the state of the English node</li> <li>Visit the Scheduled transitions tab of a translation and notice that the FROM REVISION link will open the English node</li> </ol> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <ul> <li>Address issue 3183592</li> <li> Display the proper <em>From State</em> for the translation. </li> <li> Add the language code to the link <em>From Revision</em>. </li> </ul> <h3 id="summary-ui-changes">User interface changes</h3> <ul> <li> Display the proper <em>From State</em> for the translation. </li> <li> Add the language code to the link <em>From Revision</em>. </li> </ul> > Related issue: [Issue #3183592](https://www.drupal.org/node/3183592)
issue