Form actions require clear cache to be displayed in the toolbar
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3585951. --> Reported by: [dunx](https://www.drupal.org/user/445642) Related to !776 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>You cannot save changes to the order of taxonomy terms.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <ol> <li>mkdir DCMS2</li> <li>cd DCMS2</li> <li>ddev config --project-type=drupal11 --docroot=web --php-version=8.3</li> <li>ddev start</li> <li>ddev composer create drupal/cms</li> <li>ddev launch</li> <li>Install the site with Starter theme.</li> <li>No additional modules, themes or recipes installed at all.</li> <li>Create a new taxonomy.</li> <li>Then...</li> </ol> <p>I can drag and drop the terms to reorder them and see the message '* You have unsaved changes.' but there is no way to save the new order - no Save button at the top or bottom of the page and no autosave happening. No better using row weights. This feels like a significant regression somewhere.</p> <p>There is a related issue I've linked to and they suggested I raise this as a separate issue for Drupal CMS.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-data-model-changes">Configuration changes</h3> > Related issue: [Issue #3564792](https://www.drupal.org/node/3564792) > Related issue: [Issue #3583664](https://www.drupal.org/node/3583664)
issue