Needs review
Project:
Diff
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 May 2026 at 08:36 UTC
Updated:
11 May 2026 at 08:52 UTC
Jump to comment: Most recent
Form actions in Drupal are typically wrapper in '#type' => 'actions' for a consistent user experience. Let's wrap the RevisionOverviewForm submit element with the same actions wrapper for consistency with other forms.
Inspect html on /node/1/revisions
Wrap the submit element on the RevisionOverviewForm with a '#type' => 'actions' for a consistent user experience.
The submit element on the RevisionOverviewForm has a code>'#type' => 'actions' wrapper for a consistent user experience.
None
None
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
idebr commentedThe merge request wraps the submit element on the RevisionOverviewForm with a
'#type' => 'actions'for a consistent user experience.