Problem/Motivation

Steps to reproduce

  1. install a standard drupal 10 site
  2. enable components and radix
  3. set radix as default theme
  4. Go to /admin/structure/block and add the "Recent content" block to the content region.
  5. Uncheck "Display title" and save the block configuration.
  6. Go the home page.
  7. Not that the block shows "Recent content" above it.

Proposed resolution

Revert this commit
https://git.drupalcode.org/project/radix/-/commit/d1f5205e06a77f259a7730...
or
or properly set a variable for "show_title" in a preprocess function so that it doesn't fall back to TRUE all the time.

Issue fork radix-3378923

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

thtas created an issue. See original summary.

kumkum29’s picture

Same problem for me with a site built with the radix version 5.0.4.
For the moment, I have altered the views-view.html.twig template inside my custom theme.

morbus iff’s picture

This is a very similar problem to https://www.drupal.org/project/radix/issues/3378737 - variable naming was changed, without actually changing the parent functionality to match.

Neha-Verma made their first commit to this issue’s fork.

robbt’s picture

Thanks for reporting this I have ran into the same issue and just discovered why this was occurring.

doxigo’s picture

Thanks for the report, reverted it

doxigo’s picture

Status: Active » Fixed

  • doxigo committed 9bc3eed7 on 5.0.x
    Issue #3378923 by Neha-Verma, thtas, kumkum29, Morbus Iff, robbt, doxigo...

  • doxigo committed 9bc3eed7 on 5.1.x
    Issue #3378923 by Neha-Verma, thtas, kumkum29, Morbus Iff, robbt, doxigo...

Status: Fixed » Closed (fixed)

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