Remove delete button from Reorder Children page
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3283067. -->
Reported by: [dpi](https://www.drupal.org/user/81431)
Related to !9
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>The delete button on Reorder Children page is may be misleading.</p>
<p>Users may believe that hitting the Delete button this page will remove the entity as a child of the page in context, however it actually links to the delete page of the child.</p>
<p>It seems unlikely, and rarely useful that the delete button would actually be used for its current purpose.</p>
<p>As discussed externally, I proposed either removing the Delete button entirely, or making use of Drupals hook_entity_operation() to populate the Operations column.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Remove the Delete button from Reorder Children page.</p>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<ul>
<li>Implement.</li>
<li>Update tests if required.</li>
</ul>
<h3 id="summary-ui-changes">User interface changes</h3>
<p>-1 button, leaving edit button (if user has permission to edit).</p>
<h3 id="summary-api-changes">API changes</h3>
<p>Nil</p>
<h3 id="summary-data-model-changes">Data model changes</h3>
<p>Nil</p>
issue