Problem/Motivation

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.

Steps to reproduce

Inspect html on /node/1/revisions

Proposed resolution

Wrap the submit element on the RevisionOverviewForm with a '#type' => 'actions' for a consistent user experience.

Remaining tasks

  1. Write a merge request
  2. Review
  3. Commit

User interface changes

The submit element on the RevisionOverviewForm has a code>'#type' => 'actions' wrapper for a consistent user experience.

API changes

None

Data model changes

None

Issue fork diff-3589455

Command icon Show commands

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

idebr created an issue. See original summary.

idebr’s picture

Issue summary: View changes
Status: Active » Needs review

The merge request wraps the submit element on the RevisionOverviewForm with a '#type' => 'actions' for a consistent user experience.