The revision user is incorrect after cron run
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3094322. --> Reported by: [yovince](https://www.drupal.org/user/3503856) Related to !71 !37 >>> <p>The revision user is incorrect after CRON ran. scheduled_transitions seems always picking up the node author as revision user after CRON run.</p> <p>steps to reproduce:</p> <p>1. login as user A(in my case it was vince.editor)<br> create a node with some revision version.<br> <img src="https://www.drupal.org/files/issues/2019-11-14/st1.png" alt="st1"><br> 2. login as user B (in my case it was vince.approver)<br> create a scheduled_transitions<br> <img src="https://www.drupal.org/files/issues/2019-11-14/st2.png" alt="st1"><br> 3. run cron<br> <img src="https://www.drupal.org/files/issues/2019-11-14/st3.png" alt="st1"></p> <p>the expected result in the last picture should be <code>11/14/2019 - 16:40 by vince.approver</code>. </p>
issue