Moderation state fields are disabled on node forms, breaking Scheduler
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3556096. -->
Reported by: [pameeela](https://www.drupal.org/user/1431110)
Related to !670 !669
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>Scheduled publishing is broken because the moderation state fields (publish state and unpublish state) are hidden in the node forms. They must be visible so the target moderation state can be selected.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<ol>
<li>Install Drupal CMS</li>
<li>Schedule a node</li>
<li>Run cron, see the publishing fails</li>
<li>Enable the fields in the form display and select a target value</li>
<li>Run cron again, see the publishing succeeds</li>
</ol>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Enable the fields :) </p>
<h3 id="summary-ui-changes">User interface changes</h3>
<p>The fields are visible.</p>
<h3 id="summary-data-model-changes">Configuration changes</h3>
<p>TBC</p>
issue