Problem/Motivation

In app/modules/contrib/ui_patterns/src/Element/ComponentSlotForm.php::expandComponentButton(), there is:

    $button = $button_base + [
      '#type' => 'submit',
      '#theme_wrappers' => ['input__submit__ui_patterns_action'],
    ];

I don't find such template in ui_patterns. Is it something to clean up?

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

grimreaper created an issue. See original summary.

pdureau’s picture

Title: Useless wrapper? » [2.0.0-rc2] Useless wrapper?
pdureau’s picture

Assigned: Unassigned » christian.wiedemann

christian.wiedemann made their first commit to this issue’s fork.

christian.wiedemann’s picture

Status: Active » Needs review

pdureau’s picture

Assigned: christian.wiedemann » Unassigned
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

christian.wiedemann’s picture