Problem/Motivation

The Tabs block within the Layout Builder in Drupal 10.3 is not functioning as expected. When attempting to filter blocks by name, the Tabs block does not appear in the block list, making it impossible to add or configure the Tabs block via the Layout Builder.

Steps to reproduce

  1. Log in to the Drupal 10.3 site.
  2. Navigate to the Layout Builder for any content type.
  3. Attempt to add a new block.
  4. In the block selection panel, use the filter to search for "Tabs" by entering the block name.
  5. Observe the filtered block list.

Proposed resolution

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

Issue fork drupal-3465933

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

sajideen created an issue. See original summary.

sajideen’s picture

Issue summary: View changes
sajideen’s picture

Issue summary: View changes
sajideen’s picture

Status: Reviewed & tested by the community » Needs review
smustgrave’s picture

Status: Needs review » Active

Don't believe review is the correct status. When someone answers they may put into review or PNMI

sajideen’s picture

Category: Support request » Bug report
Issue tags: -Bug Smash Initiative, -Needs Review Queue Initiative +bug
cilefen’s picture

Status: Active » Postponed (maintainer needs more info)
Issue tags: -bug

I just verified block search works in general. Have you seen these URLs? Tabs are not like other blocks.

ab.shakir’s picture

This was committed for purpose in core version 10.2.x to simplify the block listing in layout builder. But I'm not sure regarding the idea whether this should be hidden by default or not, given the importance of the local tasks links and its different use cases.

ab.shakir’s picture

We can add it back for special cases using the patch.

ab.shakir’s picture

Status: Postponed (maintainer needs more info) » Needs review
smustgrave’s picture

Version: 10.3.x-dev » 11.x-dev
Status: Needs review » Needs work

Fixes should be in an MR for tests to run

Issue summary appears incomplete

May require test coverage

tisteegz’s picture

I have been trying to work out why the Tabs are now unavailable so thanks for creating this issue. Is there no way to configure which blocks are deemed "Not useful". Is the patch the only way to get the "Tabs" back in?

bebalachandra made their first commit to this issue’s fork.

bebalachandra’s picture

StatusFileSize
new357.72 KB

Created MR using the patch file created from @ab.shakir. verified on local tabs block is visible in layout builder.

Version: 11.x-dev » main

Drupal core is now using the main branch as the primary development branch. New developments and disruptive changes should now be targeted to the main branch.

Read more in the announcement.