Group operations block shows select field?

Created on 3 August 2024, 6 months ago

I expected that the group operations block would render the same as a menu i.e. a list of links, but instead it is built with:

        $build['#type'] = 'operations';
        $build['#links'] = $links;

which renders the links as a select field which is plain weird.
Probably better would be to render the links like this:

  $build = [
    '#theme' => 'links',
    '#links' => $links,
  ]; 

Gives the expected result.

📌 Task
Status

Active

Version

3.3

Component

Usability

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024